03.08.2011, 08:38
Quote:
if (strcmp(cmd, "/heal", true) ==0)
{ SetPlayerHealth(playerid, 100); } Can someone tell me what is wrong in this command because when I'm trying to compile it i've got the following error: D:\random server\gamemodes\hts.pwn(235) : error 010: invalid function or declaration |
pawn Код:
if (strcmp(cmd, "/heal", true) ==0)
{
SetPlayerHealth(playerid, 100);
return 1;
}