17.08.2009, 02:54
I got this codes:
if(strcmp(cmd, "/myhp", true) == 0) // Reboot the server
{
SendClientMessage(playerid,COLOR_YELLOW, GetPlayerHealth);
}
But i got an error in SendClientMessage(playerid,COLOR_YELLOW, GetPlayerHealth);
Why?
if(strcmp(cmd, "/myhp", true) == 0) // Reboot the server
{
SendClientMessage(playerid,COLOR_YELLOW, GetPlayerHealth);
}
But i got an error in SendClientMessage(playerid,COLOR_YELLOW, GetPlayerHealth);
Why?