Help Fixing this error
#3

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;
}
Reply


Messages In This Thread
Help Fixing this error - by Zin - 07.03.2014, 10:31
Re: Help Fixing this error - by dice7 - 07.03.2014, 10:40
Re: Help Fixing this error - by Konstantinos - 07.03.2014, 10:50
Re: Help Fixing this error - by BoBiTzaa - 07.03.2014, 10:53
Re: Help Fixing this error - by XK - 07.03.2014, 11:03

Forum Jump:


Users browsing this thread: 1 Guest(s)