28.07.2009, 14:50
firs: use this http://forum.sa-mp.com/index.php?topic=29132.0 to create your textdraw
then try this
then try this
pawn Код:
new string[128]; format(string, 128, "%d/200", GetPlayerScore(playerid);
TextDrawSetStrring(the text, string);

