07.08.2013, 21:37
hi
etc i want destory all objects were created and all of them were id 1225
then how to destory all those objects with the same id ?
etc i want destory all objects were created and all of them were id 1225
then how to destory all those objects with the same id ?
Код:
for(new i; i<MAX_OBJECTS; i++) { if(IsValidObject(i) && i==1225) DestroyDynamicObject(i); }