One problem
#1

Код:
E:\ELRP\gamemodes\ELRP1.pwn(106775) : warning 235: public function lacks forward declaration (symbol "OnPlayerCommandPerformed")
my code:
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) SendClientMessage(playerid, -1, "Server unkown command. Check '/help' to get commands help");
    return 1;
}
Reply


Messages In This Thread
One problem - by Tuntun - 31.03.2015, 05:09
Re: One problem - by Mya - 31.03.2015, 05:28
Respuesta: One problem - by JuanStone - 31.03.2015, 05:39
Re: One problem - by Tuntun - 31.03.2015, 05:45
Respuesta: One problem - by JuanStone - 31.03.2015, 05:49

Forum Jump:


Users browsing this thread: 1 Guest(s)