17.08.2013, 08:55
Or you can make an variable or Pvar that, the firework is placed.
new Firework_Placed[MAX_PLAYERS] = 0;
to check use:
Oh and you must set the variable to one if you decide to use this.
new Firework_Placed[MAX_PLAYERS] = 0;
to check use:
Код:
if(Firework_Placed[playerid] == 1)//If is placed { }