09.01.2010, 15:47
Код:
public JailTi() { for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i) { if (PlayerInfo[i][pJailed] == 1) { new string[128]; format(string, sizeof(string),"~n~~n~~n~~n~~h~~h~Jail Time: ~h~~h~%d seconds",PlayerInfo[i][pJailTime] - 1); GameTextForPlayer(i, string, 500000, 3); } } } }
And i think your text goes off screen because of too many ~n~