01.12.2011, 20:32
Hey all. How can I kill a timer for one player?
I want when this timer hits 0 that the timer stops for the player. How?
I want when this timer hits 0 that the timer stops for the player. How?
pawn Код:
public jcounting(playerid)
{
Bit16_Set(jcount,playerid,Bit16_Get(jcount,playerid) -1);
format(String, sizeof(String), "%i", Bit16_Get(jcount,playerid));
TextDrawSetString(Textdraw8,String);
return 1;
}