21.06.2014, 22:45
pawn Код:
format(string2,sizeof(string2),"~l~Ping: ~l~%i~n~~y~FPS: ~l~%i~n~~l~Score: ~l~%i~n~~y~Spree: ~l~%i",GetPlayerPing(playerid),GetPlayerFPS(playerid),GetPlayerScore(playerid),Spree[playerid]);
TextDrawSetString(Status[playerid],string2);