Posts: 49
Threads: 28
Joined: Jan 2011
Reputation:
0
How can a textdraw be used to get vehicle speed, health and player stats?
Posts: 1,101
Threads: 21
Joined: Oct 2010
Reputation:
0
First get all the info you need and save it into a variable (Player health with GetPlayerHealth for eg.)
Then use TextDrawSetString(NameOfYourTextdraw,VariableYouWa ntToInsert)
And then TextDrawShowForPlayer(playerid, NameOfYourTextdraw);