A question about DestroyObject.
#1

Hello,
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);
}
Reply


Messages In This Thread
A question about DestroyObject. - by De4dpOol - 10.02.2015, 14:11
Re: A question about DestroyObject. - by Sergei - 10.02.2015, 14:16

Forum Jump:


Users browsing this thread: 4 Guest(s)