Textdraw with functions?
#2

pawn Код:
new string[256];
format(string, sizeof(string), "Name. %s, Level: %d, Kills: %d, Deaths: %d, Score: %d", name, level, kills, deaths, score);
TextDrawSetString(yourtextdraw, string);
I guess you know how to get those variables... and I guess you also know how to make the textdraw appear...
Reply


Messages In This Thread
Textdraw with functions? - by Face9000 - 19.01.2011, 17:40
Re: Textdraw with functions? - by Sascha - 19.01.2011, 19:12
Re: Textdraw with functions? - by Face9000 - 19.01.2011, 19:54
Re: Textdraw with functions? - by Sascha - 19.01.2011, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)