Destroy All Objects?
#2

Yes.

pawn Код:
for(new i; i<MAX_OBJECTS; i++)
{
     if(IsValidObject(i))
          DestroyObject(i);
}
Reply


Messages In This Thread
Destroy All Objects? - by sciman001 - 04.04.2011, 23:26
Re: Destroy All Objects? - by Backwardsman97 - 04.04.2011, 23:35
Re: Destroy All Objects? - by sciman001 - 04.04.2011, 23:36

Forum Jump:


Users browsing this thread: 1 Guest(s)