18.10.2014, 12:43
Hey guys whenever i do /rob, /rape it says Unknown commands no error in scripts every plugins loaded !!
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/help", true))
{
SendClientMessage(playerid, -1, "SERVER: This is the /help command!");
return 1;
}
if(!strcmp(cmdtext, "/help123", true))
{
SendClientMessage(playerid, -1, "SERVER: This is the /help123 command!");
return 1;
}
return 0;
}