DestroyAllPlayerObjects
#2

pawn Код:
stock DestroyAllPlayerObjects(playerid)
{
    for (new i = 0; i < MAX_OBJECTS; i ++)
        DestroyPlayerObject(playerid, i);
}
Here you have one, untested, but should work.
Reply


Messages In This Thread
DestroyAllPlayerObjects - by Libra_PL - 23.10.2010, 13:11
Re: DestroyAllPlayerObjects - by Mauzen - 23.10.2010, 14:06

Forum Jump:


Users browsing this thread: 1 Guest(s)