09.07.2011, 10:24
pawn Код:
sekundes = HOSPITAL_TIME - Hospital_Time[playerid];
format(sm_str, 128, "~r~Slimnica~n~~y~ atlikusas %i sekundes ", sekundes);
GameTextForPlayer(playerid, sm_str, 1500, 6);
print(sm_str);
But it shows 'Slimnica', it should be 'Slimnica~n~ atlikusas 29 sekundes'
What's wrong? Mysteriously the last part of the gametext dissapears.
Edit: It works if i put all text in one line. I still need this problem fixed..