y_commands error 017
#1

pawn Код:
YCMD:kill(playerid, params[], help)
{
    if (help)
    {
        SendClientMessage(playerid, Grey, "Kill yourself.");
    }
    else
    {
        SetPlayerHealth(playerid, 0.0);
    }
    return 1;
}
EDIT: Put the wrong command in


error 017: undefined symbol "@yC_kill"

Don't tell me to use ZCMD, thank you.
Reply


Messages In This Thread
y_commands error 017 - by AMouldyLemon - 26.11.2014, 19:55
Re: y_commands error 017 - by AMouldyLemon - 26.11.2014, 20:02
Re: y_commands error 017 - by AMouldyLemon - 26.11.2014, 20:06
Re: y_commands error 017 - by AMouldyLemon - 26.11.2014, 20:26

Forum Jump:


Users browsing this thread: 3 Guest(s)