27.03.2013, 21:03
Textdraw maker helps you to create the outline of your debug monitor.
Textdraw is just a string/picture shown on the screen (which is actually just a string), so you can't select what you want and directly show it on the screen. If you need to eat something, it still has to be cooked/prepared, right?
What you have to do is to use GetPlayerHealth, GetPlayerArmour, etc. to get player's information, and then use "format" to change the float values into a string with labels like Health:100.0.
Finally Use TextDrawSetString and TextDrawShowForPlayer, and that's it. If you don't know how to use these functions, simply check the SA-MP wiki or ****** them.
Textdraw is just a string/picture shown on the screen (which is actually just a string), so you can't select what you want and directly show it on the screen. If you need to eat something, it still has to be cooked/prepared, right?
What you have to do is to use GetPlayerHealth, GetPlayerArmour, etc. to get player's information, and then use "format" to change the float values into a string with labels like Health:100.0.
Finally Use TextDrawSetString and TextDrawShowForPlayer, and that's it. If you don't know how to use these functions, simply check the SA-MP wiki or ****** them.