command help[+Rep]
#6

You Can do it Like This:-

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if (!success)
    {
       SendClientMessage(playerid,COLOR_RED,"Error: you entered a wrong command use /help");
    }
    return 1;
}
Here Return 1 will Hide your "Server: Unkown Command" Text
Reply


Messages In This Thread
command help[+Rep] - by PrinXe - 09.01.2015, 07:21
Re: command help - by KayJ - 09.01.2015, 07:26
Re: command help - by PrinXe - 09.01.2015, 07:31
Re: command help[+Rep] - by Glossy42O - 09.01.2015, 07:34
Re: command help[+Rep] - by PrinXe - 09.01.2015, 07:38
Re: command help[+Rep] - by TheRaGeLord - 09.01.2015, 07:39
Re: command help[+Rep] - by Glossy42O - 09.01.2015, 07:39
Re: command help[+Rep] - by TheRaGeLord - 09.01.2015, 07:41
Re: command help[+Rep] - by Glossy42O - 09.01.2015, 07:42
Re: command help[+Rep] - by PrinXe - 09.01.2015, 07:43

Forum Jump:


Users browsing this thread: 2 Guest(s)