Jump to content

canip0010

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by canip0010

  1. Okay. I need some help to custom loadout

     

    The two players i have pasted in dont get their Loadouts. Why?

     

     

    This is the script inside init.sqf

     

    //Default Loadout
    DefaultMagazines = ["ItemBandage","ItemBandage","17Rnd_9x19_glock17","17Rnd_9x19_glock17","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"];
    DefaultWeapons = ["glock17_EP1","ItemFlashlight","ItemHatchet","ItemKnife","ItemGPS","ItemMap","ItemToolbox"];
    DefaultBackpack = "DZ_Patrol_Pack_EP1";
    DefaultBackpackWeapon = "";
    
    
    //Pro-Donator Loadout
    if ((getPlayerUID player) in ["76561198030709588,76561198133594430"]) then {  //Pro-Donators: Loke , canip
    DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","ItemWaterbottleBoiled","FoodSteakCooked","8Rnd_B_Beneli_Pellets","8Rnd_B_Beneli_Pellets","8Rnd_B_Beneli_74Slug","ItemGoldBar10oz"];
    DefaultWeapons = ["M9SD","Remington870_lamp","Binocular","ItemMap","ItemCompass","ItemFlashlightRed","ItemKnife","ItemMatchbox","ItemHatchet"];
    DefaultBackpack = "DZ_GunBag_EP1";
    DefaultBackpackWeapon = "";
    };

    I dont think there is any problems with that...

     

    But the Player UID... maybe

     

    Please help me

  2. Hello guys from Epoch XD.

     

     

    I have posted some other topic today. And i got some good answears from you guys. Thanks for that.

     

     

    But now i need some help again.

     

    I have mapped some objects ingame. And i dont wanna zombie´s to spawn there.

     

     

     

  3. Hello guys.... (again)

     

    I cant find a post where they can tell me how to make a player able to build a bike with the toolbox...

     

    The player just need a toolbox nothing more.

     

     

    And its only the Deploy Mountainbike not helicopter or vehicles. Just Deploy Mountainbike

     

     

    Thank you for your help....

×
×
  • Create New...