10.11.2009, 15:31
Didn't put it into command yet.
Command should look like this:
Cheers.
Command should look like this:
pawn Код:
if (strcmp("/MyHealth", cmdtext, true, 10) == 0)
{
new HeString[128];
format(HeString, sizeof(HeString), "Your Health is %i", GetPlayerHealth(playerid));
SendClientMessage(playerid, COLOR_GREEN, HeString);
}