Pickup items

Enable or disable the pickups

You can choose if you wxant to spawn Weapons, Health, Armor items on the map.
Open resources/fs_freemode/config.lua and change the value to your preferences

Setup.SpawnPickups = true

Configure the items that players can pickup

Open resources/fs_freemode/config.lua and change the value to your preferences

PickupItems = { "PICKUP_ARMOUR_STANDARD", "PICKUP_HEALTH_STANDARD", "PICKUP_WEAPON_SMG", "PICKUP_WEAPON_SAWNOFFSHOTGUN", "PICKUP_WEAPON_ASSAULTRIFLE", "PICKUP_WEAPON_GRENADE", "PICKUP_WEAPON_MINISMG", "PICKUP_WEAPON_AUTOSHOTGUN" }

What’s Next