"The command /free does not exist!"?
#5

pawn Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
        new string[70];
        format(string, sizeof(string), "* Command %s dont exits, Type /help for all your commands.", cmdtext);
        SendClientMessage(playerid, -1, string);
    }
    return 1;
}
Reply


Messages In This Thread
"The command /free does not exist!"? - by Xx_OutLawZ_xX - 17.09.2011, 11:20
Re: "The command /free does not exist!"? - by =WoR=Varth - 17.09.2011, 11:24
Re: "The command /free does not exist!"? - by Vince - 17.09.2011, 11:26
Re: "The command /free does not exist!"? - by Xx_OutLawZ_xX - 17.09.2011, 12:00
Re: "The command /free does not exist!"? - by wouter0100 - 17.09.2011, 12:04
Re: "The command /free does not exist!"? - by =WoR=Varth - 17.09.2011, 13:58
Re: "The command /free does not exist!"? - by ServerScripter - 17.09.2011, 15:26
Re: "The command /free does not exist!"? - by Xx_OutLawZ_xX - 18.09.2011, 07:01

Forum Jump:


Users browsing this thread: 1 Guest(s)