12.07.2014, 08:54
Hi, I have a problem with this code:
Everytime I type the command in game it works but then it gives me an "Server Unknown Command" message
What is wrong? Please help me..
Image:
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
{
SendClientMessage(playerid, GREY, "The command you typed doesn't exist, try /cmds or /help.");
}
return 0;
}
What is wrong? Please help me..
Image: