07.03.2014, 10:50
Don't use any size for the params and return a value as ZCMD should return something. Use for the command's name lowercase and not capital.
pawn Код:
COMMAND:godon(playerid, params[])
{
SetPlayerHealth(playerid, 999999);
return 1;
}