19.02.2011, 04:09
Again sorry for double post..
Sooo how could i make it repeat that 1 second?
Sooo how could i make it repeat that 1 second?
Код:
public JailTime() { new string[128]; for(new playerid = 0; playerid < MAX_PLAYERS; playerid++) { if (JailText[playerid] > 0) { JailText[playerid] = 300; JailText[playerid]--; format(string, sizeof(string), "Jail: %d", JailText[playerid]); GameTextForPlayer(playerid, string, 1000, 4); } } return 1; }