Unknown command message do not work
#1

public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
{
SendClientMessage(playerid, COLOR_WHITE, "{FFFFCC}RoBoTzel: Unknow command type /n(ewbie) for help.");
}
else
{
printf("Player %s %s", PlayerData[playerid][Name], cmdtext);
return 1;
}
return 1;
}

he its work but not corectly comand /help exist i type /help and he say me that message
help me? how to resolve this bug
Reply


Messages In This Thread
Unknown command message do not work - by MauriceTank - 20.07.2016, 17:16
Re: Unknown command message do not work - by Codeah - 20.07.2016, 17:52
Re: Unknown command message do not work - by MauriceTank - 20.07.2016, 18:33
Re: Unknown command message do not work - by Codeah - 20.07.2016, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)