Error SAMP wtf i am so ANGRY
#8

Try this
pawn Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
    if(strcmp(cmd,"/poshelp",true) == 0)
    {
        if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"You must be a rcon admin to use that command!");
        ShowPlayerDialog(playerid, MAIN_DIALOG, DIALOG_STYLE_LIST, DIALOG_CAPTION,MAIN_DIALOG_LIST, "Continue", "Cancel"); // this goes up
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Error SAMP wtf i am so ANGRY - by denniser8 - 30.09.2013, 14:16
Re: Error SAMP wtf i am so ANGRY - by EiresJason - 30.09.2013, 14:20
Re: Error SAMP wtf i am so ANGRY - by ic3cr3am - 30.09.2013, 14:22
Re: Error SAMP wtf i am so ANGRY - by itsCody - 01.10.2013, 01:48
Re: Error SAMP wtf i am so ANGRY - by Pottus - 01.10.2013, 02:39
Re: Error SAMP wtf i am so ANGRY - by ChristianIvann - 01.10.2013, 03:47
Re: Error SAMP wtf i am so ANGRY - by Mattakil - 01.10.2013, 03:50
Re: Error SAMP wtf i am so ANGRY - by xganyx - 01.10.2013, 04:32

Forum Jump:


Users browsing this thread: 1 Guest(s)