CreateObject
#2

You can "ObjectArray[0] = CreateObject"(the next object would be ObjectArray[1] and goes on) each object so they will have an ID and then you can use DestroyObject on a loop like
pawn Код:
loop sizeof(ObjectsArray)
DestroyObject(ObjectArray[i]);
Reply


Messages In This Thread
CreateObject - by Mattakil - 13.04.2013, 15:31
Re: CreateObject - by Dark_Kostas - 13.04.2013, 15:41
Re: CreateObject - by Mattakil - 13.04.2013, 16:03
Re: CreateObject - by IstuntmanI - 13.04.2013, 16:32
Re: CreateObject - by Mattakil - 13.04.2013, 16:49
Re: CreateObject - by Mattakil - 13.04.2013, 18:32
Re: CreateObject - by Basssiiie - 13.04.2013, 19:09
Re: CreateObject - by Mattakil - 13.04.2013, 19:30

Forum Jump:


Users browsing this thread: 1 Guest(s)