Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- waitUntil {!isNil ("PVDZE_plr_LoginRecord")};
- if (dayzPlayerLogin2 select 2 and !(player isKindOf "PZombie_VB")) then {
- removebackpack player;
- removeAllWeapons player;
- removeAllItems player;
- {player removeMagazine _x} forEach magazines player;
- _mags = ["ItemBandage","ItemBandage","ItemPainkiller","15Rnd_9x19_M9","15Rnd_9x19_M9","FoodSteakCooked","ItemSodaPepsi","HandRoadFlare","ItemAntibiotic","SmokeShellGreen"];
- _tools = ["M9","ItemMap","ItemMachete","ItemWatch","ItemFlashlight"];
- _backpack = "DZ_Patrol_Pack_EP1";
- if ((getPlayerUID player) in TheENTIRE_HALV__list) then {
- _mags = ["ItemBandage","ItemBandage","ItemBandage","ItemPainkiller","17Rnd_9x19_glock17","17Rnd_9x19_glock17","17Rnd_9x19_glock17","FoodSteakCooked","ItemSodaPepsi","HandRoadFlare","ItemAntibiotic","SmokeShellGreen","8Rnd_B_Beneli_Pellets","8Rnd_B_Beneli_Pellets","8Rnd_B_Beneli_74Slug","ItemBloodbag","ItemEpinephrine","ItemMorphine"];
- _tools = ["glock17_EP1","ItemMap","ItemMachete","ItemWatch","ItemFlashlight","Itemtoolbox","Remington870_lamp","ItemCompass"];
- _backpack = "DZ_ALICE_Pack_EP1";
- };
- {player addWeapon _x}forEach _tools;
- {player addmagazine _x}forEach _mags;
- player addBackpack _backpack;
- _weapon = _tools select 0;
- player selectWeapon _weapon;
- reload player;
- };
Advertisement
Add Comment
Please, Sign In to add comment