OnDialogRespons dialog problem
#1

PHP код:
if(dialogid == DIALOG_ACMDS && response)
{
    switch( 
listitem )
    {
        case 
0:
        {
            if(
PlayerInfo[playerid][AdminLevel] >= LEVEL_acmds1)
            {
                
ShowPlayerDialog(playeridDIALOG_ACMDSDIALOG_STYLE_MSGBOX"Admin Level One Cmds""/cp : To Tele To Player's Car\n/setcolor : To Change Your Color\n/god : GodMode\n/mbase : Admin Base\n/baso : Open Base Gate\n/roofo : Open Admin Base Heli Gate\n/reports : To See Player Reports\n/spec : To Spectate A Player\n/mytime : Set Your Time\n/clearchat\n/warn : Give player A Warning\n/miniguns : To Show You Who Has A Minigun""OKAY""");
                        }
                    }
                    case 
1:
                    {
                           if(
PlayerInfo[playerid][AdminLevel] >= LEVEL_acmds2)
                        {
                            
ShowPlayerDialog(playeridDIALOG_ACMDSDIALOG_STYLE_MSGBOX"Admin Level Two Cmds""/cp : To Tele To Player's Car\n/setcolor : To Change Your Color\n/god : GodMode\n/mbase : Admin Base\n/baso : Open Base Gate\n/roofo : Open Admin Base Heli Gate\n/reports : To See Player Reports\n/spec : To Spectate A Player\n/mytime : Set Your Time\n/clearchat\n/warn : Give player A Warning\n/miniguns : To Show You Who Has A Minigun\n/setskin : To Change Your Skin\n/apm : Send An Admin PM\n/armour : Get Armour\n/(Un)mute : Mute Or UnMute A Player\n/slap : Slap A Player""OKAY""");
                          }
                    }
                    case 
2:
                               {
                                      if(
PlayerInfo[playerid][AdminLevel] >= LEVEL_acmds3)
                       {
                            
ShowPlayerDialog(playeridDIALOG_ACMDSDIALOG_STYLE_MSGBOX"Admin Level Two Cmds""/cp : To Tele To Player's Car\n/setcolor : To Change Your Color\n/god : GodMode\n/mbase : Admin Base\n/baso : Open Base Gate\n/roofo : Open Admin Base Heli Gate\n/reports : To See Player Reports\n/spec : To Spectate A Player\n/mytime : Set Your Time\n/clearchat\n/warn : Give player A Warning\n/miniguns : To Show You Who Has A Minigun\n/setskin : To Change Your Skin\n/apm : Send An Admin PM\n/armour : Get Armour\n/(Un)mute : Mute Or UnMute A Player\n/slap : Slap A Player""OKAY""");
                          }
                    }
                }
                return 
1;
            }
    }
    return 
0;

i got 5 errors and when i have no errors it doesnt work please help guys
you will fidn alot of spacing errors this is not my problem its the code feature in the forum problem
edited:Put the code in php
Reply


Messages In This Thread
OnDialogRespons dialog problem - by youssefehab500 - 12.06.2014, 15:29
AW: OnDialogRespons dialog problem - by BiosMarcel - 12.06.2014, 15:31
Re: AW: OnDialogRespons dialog problem - by youssefehab500 - 12.06.2014, 15:58
Re: OnDialogRespons dialog problem - by TakeiT - 12.06.2014, 16:27
Re: OnDialogRespons dialog problem - by youssefehab500 - 12.06.2014, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)