Warnings dialog not working..
#2

Try this:

PHP код:
case 2: {

                if(
playerData[playerid][pVIP] >= && playerData[playerid][pWeaponLic] == 0)
                       return 
SendClientMessage(playeridCOLOR_GRAD1"You do not have a weapon license.");
                       
                
ShowPlayerDialogEx(playeridDIALOG_VIP_LOCKER_WEAPONDIALOG_STYLE_LIST"VIP - Weapons""Desert Eagle\n\
                        Silenced 9mm\n\
                        Shotgun\n\
                        Katana\n\
                        Shovel\n\
                        Baseball Bat"
,
                        
"Select",
                        
"Cancel"
                    
);

                
ShowPlayerDialogEx(playeridDIALOG_VIP_LOCKER_WEAPONDIALOG_STYLE_LIST"VIP - Weapons""Desert Eagle (15 VIP tokens)\n\
                    Silenced 9mm (6 VIP tokens)\n\
                    Shotgun (10 VIP tokens)\n\
                    Katana (3 VIP tokens)\n\
                    Shovel (2 VIP tokens)\n\
                    Baseball Bat (3 VIP tokens)"
,
                    
"Select",
                    
"Cancel"
                
);
            } 
Reply


Messages In This Thread
Warnings dialog not working.. - by IndependentGaming - 31.07.2015, 18:36
AW: Warnings dialog not working.. - by Macronix - 31.07.2015, 18:43

Forum Jump:


Users browsing this thread: 1 Guest(s)