27.07.2009, 18:57
pawn Код:
format(string,sizeof(string),"%d / %d",CurrentCheckpoint, LCurrentCheckpoint);
new Text:CpPlayer = TextDrawCreate(525, 430.0, string);
TextDrawLetterSize(CpPlayer, 1.1, 2.0);
TextDrawBackgroundColor(CpPlayer,0x677270F2);
TextDrawColor(CpPlayer,0xF61414F2);