#5

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/mycommand", true))
    {
        // Nothing here.
        return 1;
    }
    return SendClientMessage(playerid, -1, "{FFCC33}This command doesn't exists.");
}
Reply


Messages In This Thread
Help - by BlackEvils - 13.12.2014, 10:39
Re: Help - by ConnorHunter - 13.12.2014, 11:02
Re: Help - by BlackEvils - 13.12.2014, 11:09
Re: Help - by Sledgehammer - 13.12.2014, 11:15
Re: Help - by HY - 13.12.2014, 11:20
Re: Help - by BlackEvils - 13.12.2014, 11:23

Forum Jump:


Users browsing this thread: 2 Guest(s)