Please Help me about "VIP LOCKER"
#2

Why are you trying to check if the player is an admin in the dialog responce? If they've got that far they have to be that level anyway.

pawn Код:
if(response)
    {
        switch(dialogid)
        {
            case YOUR_DIALOG_NAME: //Change this to what ever your dialog is defined as
            {
                switch(listitem)
                {
                    case 0:
                    {

                        //The first lot of items here

                    }
                    case 1:
                    {

                        //Second lot of items

                    }
                    case 2:
                    {

                        //And you guessed it, the third lot of items

                    }


                 }
That's just the framework for it, add the items yourself it should be easier enough.
Reply


Messages In This Thread
Please Help me about "VIP LOCKER" - by ChuckyBabe - 14.03.2014, 09:18
Re: Please Help me about "VIP LOCKER" - by Flake. - 14.03.2014, 09:29
Re: Please Help me about "VIP LOCKER" - by ChuckyBabe - 14.03.2014, 09:30
Re: Please Help me about "VIP LOCKER" - by Flake. - 14.03.2014, 09:33
Re: Please Help me about "VIP LOCKER" - by ChuckyBabe - 14.03.2014, 09:41
Re: Please Help me about "VIP LOCKER" - by Mriss - 14.03.2014, 10:04
Re: Please Help me about "VIP LOCKER" - by Matess - 14.03.2014, 10:05
Re: Please Help me about "VIP LOCKER" - by ChuckyBabe - 14.03.2014, 10:08
Re: Please Help me about "VIP LOCKER" - by Flake. - 14.03.2014, 10:13
Re: Please Help me about "VIP LOCKER" - by ChuckyBabe - 14.03.2014, 10:30

Forum Jump:


Users browsing this thread: 1 Guest(s)