How to delete all objects onfsexit?
#1

How would you destroy all objects onfsexit?

I have an array with 115 objects assigned to it, how, possibly would i delete them with a loop?

I tried

pawn Код:
for(new i = 0; i < Rocket[115]; i++)
{
DestroyDynamicObject(Rocket[i]);
}
return1;
but it says the array is out of index bounds.
Reply


Messages In This Thread
How to delete all objects onfsexit? - by Toni - 04.08.2010, 20:11
Re: How to delete all objects onfsexit? - by PotH3Ad - 04.08.2010, 20:17
Re: How to delete all objects onfsexit? - by Toni - 04.08.2010, 20:20
Re: How to delete all objects onfsexit? - by Kar - 04.08.2010, 20:25
Re: How to delete all objects onfsexit? - by Toni - 04.08.2010, 20:25
Re: How to delete all objects onfsexit? - by PotH3Ad - 04.08.2010, 20:26

Forum Jump:


Users browsing this thread: 1 Guest(s)