Jump to content

Colt

Member
  • Posts

    26
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Colt reacted to Bob_the_K in New Scheduler.xml structure not working on Vert Hosting?   
    What Colt said... it's in config.cfg.  While on my local in-house development server, 90 worked fine, seems it wasn't enough on the Vert server.  120 is working great.
  2. Like
    Colt reacted to BetterDeadThanZed in Adding a default loadout?   
    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.
×
×
  • Create New...