Textdraw Problems
#9

well my problem is not this. I do lot but nothing happen
my actual problem is the text draw doesn't show. But my code is correct, no errors and no crashes but it doesn't
Is there any additional include for for this text draw or Whats the problem any one help me please


here is my code and you can check that

CMD:health(playerid, params[])
{
new Float: Health, Text:Textdraw, string[128];
GetPlayerHealth(playerid, Health);
format(string, sizeof(string), "Health: %d", floatround(Health));
Textdraw = TextDrawCreate(473, 382, string);
TextDrawShowForPlayer(playerid, Textdraw);
return 1;
}
Reply


Messages In This Thread
Textdraw Problems - by daastle - 17.06.2012, 19:25
Re: Textdraw Problems - by Kindred - 17.06.2012, 20:44
Respuesta: Re: Textdraw Problems - by daastle - 17.06.2012, 20:58
Respuesta: Textdraw Problems - by daastle - 18.06.2012, 10:08
Re: Textdraw Problems - by [MM]RoXoR[FS] - 18.06.2012, 10:17
Respuesta: Textdraw Problems - by daastle - 18.06.2012, 10:22
Re: Textdraw Problems - by [MM]RoXoR[FS] - 18.06.2012, 11:15
Respuesta: Re: Textdraw Problems - by daastle - 18.06.2012, 13:42
Re: Textdraw Problems - by marsmubarak - 06.07.2013, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)