Need help with 3D text label
#9

Quote:
Originally Posted by RedJohn
Посмотреть сообщение
pawn Код:
new Float:health, message[15];
GetPlayerHealth(playerid,health);
format(message, sizeof(message), "Health: %d", health);
for (new i = 0; i != MAX_PLAYERS; ++i) SetPlayerChatBubble(i, message, 0xFF0000FF, 100.0, 10000);
You need something to display this all the time. You can figure it out...
Alright, thats a great idea. Thank you very much.
Reply


Messages In This Thread
Need help with 3D text label - by RALL0 - 15.08.2013, 19:40
Re: Need help with 3D text label - by Dragonsaurus - 15.08.2013, 19:42
Re: Need help with 3D text label - by RALL0 - 15.08.2013, 19:50
Re: Need help with 3D text label - by Dragonsaurus - 15.08.2013, 19:54
Re: Need help with 3D text label - by RALL0 - 15.08.2013, 20:00
Re: Need help with 3D text label - by Dragonsaurus - 15.08.2013, 20:35
Re: Need help with 3D text label - by RedJohn - 15.08.2013, 20:40
Re: Need help with 3D text label - by Dragonsaurus - 15.08.2013, 20:52
Re: Need help with 3D text label - by RALL0 - 15.08.2013, 22:00

Forum Jump:


Users browsing this thread: 1 Guest(s)