Textdraws? How to use to make pannel - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraws? How to use to make pannel (
/showthread.php?tid=261032)
Textdraws? How to use to make pannel -
OoAMoO - 11.06.2011
How can a textdraw be used to get vehicle speed, health and player stats?
AW: Textdraws? How to use to make pannel -
Drebin - 11.06.2011
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);