y_commands error 017
#3

pawn Код:
#include <YSI\y_commands>

YCMD:kill(playerid, params[], help)
{
    if(help) {
        SendClientMessage(playerid, Grey, "Kill yourself.");
    }
    else
    {
        SetPlayerHealth(playerid, 0.0);
    }
    return 1;
}

\gamemodes\Untitled.pwn(360) : error 017: undefined symbol "@yC_kill"
\gamemodes\Untitled.pwn(360) : error 017: undefined symbol "@yC_kill"
EDIT
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: 1 Guest(s)