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.