20.07.2016, 17:16
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
{
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