Textdraws
#2

pawn Код:
new Float:hp;
    GetPlayerHealth(playerid, hp);
   
    format(string, sizeof(string), "Health:%.1f", floatround(hp));
    PlayerTextDrawSetString(playerid, Textdraw1[playerid], string);
    PlayerTextDrawShow(playerid, Textdraw1[playerid]);
Reply


Messages In This Thread
Textdraws - by BigGroter - 05.08.2013, 13:05
Re: Textdraws - by ScRipTeRi - 05.08.2013, 13:06
Re: Textdraws - by BigGroter - 05.08.2013, 13:09
Re: Textdraws - by ScRipTeRi - 05.08.2013, 13:11
Re: Textdraws - by morocco - 05.08.2013, 13:25
Re: Textdraws - by BigGroter - 05.08.2013, 13:39

Forum Jump:


Users browsing this thread: 3 Guest(s)