Another Help
#3

pawn Код:
if(strcmp(cmdtext, "/credits", true) == 0)
{
    ShowPlayerDialog(playerid,10,DIALOG_STYLE_MSGBOX,"Credits Goes To:","LuxurioN™ For His Admin Script (LuxAdmin)\nSATDM Gamemode For Providing With Classes\nMrReBzz For Scripting This Gamemode","Ok","Cancel");
    return 1;
}
There is no need for the OnDialogResponse lines for this dialog. So you can remove these lines:
pawn Код:
if(dialogid == 10)
                  {
                       if(!response) return 1;
                        if(response) return 1;
                    }
Reply


Messages In This Thread
Another Help - by MrReBzz - 08.09.2012, 13:32
Re: Another Help - by kbalor - 08.09.2012, 13:37
Re: Another Help - by clarencecuzz - 08.09.2012, 13:38
Re: Another Help - by sniperwars - 08.09.2012, 13:38
Re: Another Help - by RedJohn - 08.09.2012, 13:38
Re: Another Help - by Vince - 08.09.2012, 13:39
Re: Another Help - by MrReBzz - 08.09.2012, 13:40
Re: Another Help - by MrReBzz - 08.09.2012, 13:44

Forum Jump:


Users browsing this thread: 1 Guest(s)