[HELP] Equip
#6

Quote:
Originally Posted by kepa333
Посмотреть сообщение
Yes That's Indeed my problem , An Dialog shouldt open with Equips but nothing happens ,

And whatup with this


PHP код:
if(IsPlayerInRangeOfPoint(playerid6233.5712,124.9033,1003.2188))//Army Lockers 
            

                if(
PlayerInfo[playerid][pMember] != 12 && PlayerInfo[playerid][pLeader] != 12
                { 
                    
SendClientMessage(playerid,COLOR_GREY,"** This Refill Point is Only for the Army"); 
                    return 
1
                } 
                new 
armyequip[] = "1\tPrivate Equipment\n2\tSergeant Equipment\n3\tWatching Equipment\n4\tSpy Equipment\n5\tStandard Special Forces\n6\tMedium Special Forces\n7\tHeavy Special Forces\n8\tHeaviest Tactical\n9\tArmour+Health\n10\tCeremonial Suit\n11\tDefault\n12\tHigher Ranked"
                
ShowPlayerDialog(playerid,123123123,DIALOG_STYLE_LIST,"List of Equips:",armyequip,"Select","Cancel"); 
                
SendClientMessage(playeridCOLOR_GREY,"* REMEMBER, You may not be able to Select EVERYTHING, Each Item needs it's Specified Rank!"); 
            } 
are you mean you want it for army only ?
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 6, 233.5712,124.9033,1003.2188))//Army Lockers  
            {  
                if(PlayerInfo[playerid][pMember] != 12 && PlayerInfo[playerid][pLeader] != 12)  
                {  
                    SendClientMessage(playerid,COLOR_GREY,"** This Refill Point is Only for the Army");  
                    return 1;  
                }  
                else
               {
new armyequip = "1\tPrivate Equipment\n2\tSergeant Equipment\n3\tWatching Equipment\n4\tSpy Equipment\n5\tStandard Special Forces\n6\tMedium Special Forces\n7\tHeavy Special Forces\n8\tHeaviest Tactical\n9\tArmour+Health\n10\tCeremonial Suit\n11\tDefault\n12\tHigher Ranked";  
                ShowPlayerDialog(playerid,123123123,DIALOG_STYLE_LIST,"List of Equips:",armyequip,"Select","Cancel");  
                SendClientMessage(playerid, COLOR_GREY,"* REMEMBER, You may not be able to Select EVERYTHING, Each Item needs it's Specified Rank!");
                }  
            }
i hope it works
Reply


Messages In This Thread
[HELP] Equip - by kepa333 - 06.06.2012, 00:33
Re: [HELP] Equip - by Firo - 06.06.2012, 06:35
Re: [HELP] Equip - by Neo Karls - 06.06.2012, 09:46
Re: [HELP] Equip - by kepa333 - 06.06.2012, 14:37
Re: [HELP] Equip - by kepa333 - 06.06.2012, 14:45
Re: [HELP] Equip - by Horrible - 06.06.2012, 14:46
Re: [HELP] Equip - by kepa333 - 06.06.2012, 15:20
Re: [HELP] Equip - by kepa333 - 06.06.2012, 15:23
Re: [HELP] Equip - by zombieking - 06.06.2012, 15:38
Re: [HELP] Equip - by kepa333 - 06.06.2012, 19:10

Forum Jump:


Users browsing this thread: 1 Guest(s)