13.06.2013, 20:50
How would I make a textdraw that shows the player's score and name in the bottom right corner of the screen? Not sure if I would use GetPlayerName/GetPlayerScore or something.
new score[40];
format(score, .........)
Textdraw = TextDrawCreate(0, 0, score);