19.06.2010, 16:49
pawn Код:
for(new i=0; i<MAX_OBJECTS; i++)
{
DestroyObject(i);
}
If you use a streamer change the "MAX_OBJECTS to the streamed definition, and also "DestroyObject" to the streamed function.
EDIT: Aww, DJDhan was faster.
