truemc Posted June 28, 2017 Report Share Posted June 28, 2017 Hi again,please how to disable loot in spawn vehicles.Thanks Link to comment Share on other sites More sharing options...
0 Drokz Posted June 28, 2017 Report Share Posted June 28, 2017 1 hour ago, truemc said: Hi again,please how to disable loot in spawn vehicles.Thanks Open epoch_server_settings.pbo and open cfgmaintable.h Change to the following class VehicleBoat : Default { lootMin = 0; LootMax = 0; tables[] = { { "Items", 6 }, { "Equipment", 6 }, { "Pistols", 5 }, { "PistolAmmo", 7 }, { "Scopes", 5 }, { "Muzzles", 5 }, { "Uniforms", 6 }, { "Vests", 5 }, { "Headgear", 5 }, { "Food", 7 }, { "Generic", 8 }, { "GenericAuto", 9 }, { "RifleBoat", 5 }, { "RifleAmmoBoat", 9 }, { "Hand", 5 }, { "Grenades", 2 }, { "Backpack", 5 } }; }; class Vehicle : Default { lootMin = 0; LootMax = 0; tables[] = { { "Items", 6 }, { "Equipment", 6 }, { "Pistols", 6 }, { "PistolAmmo", 6 }, { "Scopes", 4 }, { "Muzzles", 4 }, { "Uniforms", 6 }, { "Vests", 6 }, { "Headgear", 6 }, { "Food", 4 }, { "Generic", 6 }, { "GenericAuto", 6 }, { "Machinegun", 4 }, { "MachinegunAmmo", 4 }, { "Rifle", 5 }, { "RifleAmmo", 4 }, { "SniperRifle", 3 }, { "SniperRifleAmmo", 4 }, { "Hand", 4 }, { "Grenades", 2 }, { "Backpack", 4 } }; }; And there shouldnt be anymore loot in new spawned vehicles truemc 1 Link to comment Share on other sites More sharing options...
0 truemc Posted June 28, 2017 Author Report Share Posted June 28, 2017 Thanks Link to comment Share on other sites More sharing options...
Question
truemc
Hi again,please how to disable loot in spawn vehicles.Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now