21.01.2011, 16:29
Hey guys
I have little stunting map, so if I load it "/rcon loadfs MAP" it create the objects
But when I unload it, the object still created !
This is it:
Then, I have an other MAP, it doesn't works !!
Please I need your idea !
Best regards ~
I have little stunting map, so if I load it "/rcon loadfs MAP" it create the objects
But when I unload it, the object still created !
This is it:
pawn Код:
public OnFilterScriptInit()
{
SendClientMessageToAll(LIGHTGREEN, "Stunting Map Loaded.");
CreateObject(11539, -706.177063, 1637.122314, 84.878685, 0.0000, 0.0000, 146.2500);
CreateObject(7474, -736.698425, 1763.900757, 2.589478, 0.0000, 0.0000, 1.7189);
//Like this line, but a lot :p
return 0;
}
public OnFilterScriptExit()
{
SendClientMessageToAll(RED, "Stunting Map Disabled.");
return 0;//1
}
Please I need your idea !
Best regards ~