10.11.2009, 15:29
Here:
if you didn't define colors, you need to replace "COLOR_GREEN" by the Hex-Code.
Cheers,
DeathOnaStick
pawn Код:
new HeString[128];
format(HeString, sizeof(HeString), "Your Health is %i", GetPlayerHealth(playerid));
SendClientMessage(playerid, COLOR_GREEN, HeString);
Cheers,
DeathOnaStick