10.02.2015, 14:11
Hello,
I am destroying all the server objects, but I have a question: Will it remove all the dynamic Objects too?
I am destroying all the server objects, but I have a question: Will it remove all the dynamic Objects too?
pawn Код:
for(new i; i<MAX_OBJECTS; i++)
{
if(IsValidObject(i)) DestroyObject(i);
}