18.07.2010, 17:32
Well, I've made a health: Thing thats ment to show your health but its not working..
heres my code
I don't know whats wrong can anyone help?
heres my code
pawn Code:
new Float:health;
format(string, sizeof(string), "Health: %d", GetPlayerHealth(playerid, health));
Health = TextDrawCreate(473, 382, string);