19.01.2015, 19:37
Quote:
Does the textdraw show you the correct time at each timer-update?
|
pawn Код:
format(string, sizeof(string),"[Mission]: You ended Sultan missioni. Time: %d:%d:%d.",RaceMinutes[playerid], RaceSeconds[playerid], RaceMiliSeconds[playerid]);
SendClientMessage(playerid, -1, string);