Jump to content
  • 0

Adding a default loadout?


Colt

Question

Hi I need help adding a default load out for players at the moment I'm using this method put this in my init // Custom Loadouts Advanced

    null=[] execVM "custom\extras\PlayerLoadout.sqf";
 
 
But somepeople spawn with a load-out and some people don't is there any better ways to do this? thanks.
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

To create a custom default loadout for all players, in your init.sqf, add these lines above "//Load in compiled functions":

DefaultMagazines = ["ItemBandage","ItemMorphine","ItemPainkiller","FoodCanBakedBeans","ItemWaterbottle","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"]; 
DefaultWeapons = ["ItemToolbox","ItemMap","Makarov"]; 
DefaultBackpack = ""; 
DefaultBackpackWeapon = "";

That's my servers's start loadout. Adjust as needed.

Link to comment
Share on other sites

  • 0

 

To create a custom default loadout for all players, in your init.sqf, add these lines above "//Load in compiled functions":

DefaultMagazines = ["ItemBandage","ItemMorphine","ItemPainkiller","FoodCanBakedBeans","ItemWaterbottle","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"]; 
DefaultWeapons = ["ItemToolbox","ItemMap","Makarov"]; 
DefaultBackpack = ""; 
DefaultBackpackWeapon = "";

That's my servers's start loadout. Adjust as needed.

 

This method has been working great for us with 1.0.5.1 Epoch, Overpoch, and Oripoch and Arma 2 OA 125548.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...