27.06.2009, 09:37
Example
pawn Код:
new string[ 40 ];
format(string,sizeof( string ), "Points: %d", Points...);
TextDrawSetString(TextDraw0,string);