13.11.2018, 07:32
Hey guys, how can I make this mistake to stay: Unkown Command I want to replace it with the wrong command. My mod have inc
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if (!success)
{
SendClientMessage(playerid, COLOR_RED, "Hey you enterred a wrong command");
}
return 1;
}