Textdraw with functions?
#1

Hi all,i maked some textdraw and i wanna show some stats like kills,deaths,how to?
Reply
#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
#3

Yes,thanks a lot.
Reply
#4

no problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)