10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
//:: prc_pwondeath
|
||
|
//::
|
||
|
//::
|
||
|
//:://////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
//ExecuteScript("pwfxp", OBJECT_SELF);
|
||
|
ExecuteScript("xp_system", OBJECT_SELF);
|
||
|
}
|