Problem with Server Unkown Command....
#2

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
            new string[1029];
            strcat(string, "Sorry! The Command You Typed Does Not Exits!!\n");
            strcat(string, "To see The Commands Type /Cmds\n");
            strcat(string, "For More Help Type /Help Or \n");
                   strcat(string, "Tell Your Problem To Our Server Admins\n");
            strcat(string, "Click The OK Button\n");
                   ShowPlayerDialog(playerid, 11, DIALOG_STYLE_MSGBOX, "RG-Info: Wrong Command......" , string," Ok  ");
    }
    return 1;
}
Or see this http://pastebin.com/mYcgwG8F
Reply


Messages In This Thread
Problem with Server Unkown Command.... - by TheRaGeLord - 14.07.2014, 13:37
Re: Problem with Server Unkown Command.... - by FahadKing07 - 14.07.2014, 14:14
Re: Problem with Server Unkown Command.... - by TheRaGeLord - 14.07.2014, 15:31
Re: Problem with Server Unkown Command.... - by codectile - 14.07.2014, 15:55
Re: Problem with Server Unkown Command.... - by TheRaGeLord - 14.07.2014, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)