ZCMD Question - +REP
#8

It isn't necessary here, I just tested it and it worked, that's why I told him that it'll work for 100 percent!

Well, if it won't work for him:

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
        new string[128];
        format(string, sizeof(string), "Command %s doesn't exist, please type /help for all the available commands!", cmdtext);
        SendClientMessage(playerid, -1, string);
    }
    return 1;
}
Reply


Messages In This Thread
ZCMD Question - +REP - by Aira - 20.03.2012, 19:46
Re: ZCMD Question - +REP - by _Shade. - 20.03.2012, 19:58
Re: ZCMD Question - +REP - by Twisted_Insane - 20.03.2012, 20:01
Re: ZCMD Question - +REP - by legodude - 20.03.2012, 20:02
Re: ZCMD Question - +REP - by Twisted_Insane - 20.03.2012, 20:05
Re: ZCMD Question - +REP - by Aira - 20.03.2012, 20:06
Re: ZCMD Question - +REP - by _Shade. - 20.03.2012, 20:06
Re: ZCMD Question - +REP - by Twisted_Insane - 20.03.2012, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)