limit fireworks placed
#3

Or you can make an variable or Pvar that, the firework is placed.

new Firework_Placed[MAX_PLAYERS] = 0;

to check use:

Код:
if(Firework_Placed[playerid] == 1)//If is placed
{
}
Oh and you must set the variable to one if you decide to use this.
Reply


Messages In This Thread
limit fireworks placed - by betta - 17.08.2013, 02:41
Re: limit fireworks placed - by Max5 - 17.08.2013, 08:46
Re: limit fireworks placed - by andruz99 - 17.08.2013, 08:55

Forum Jump:


Users browsing this thread: 1 Guest(s)