Garry's mod addon. It adds to game weapon and ammunition sets (kits).
This addon allows you to create, edit and give sets (kits) of weapons and ammunitions and change player’s loadout set.
Steam workshop page: http://steamcommunity.com/sharedfiles/filedetails/?id=523399678
gmod-lua-weaponsets-master
into your GarrysMod\garrysmod\addons\
directoryEditor:
Give menu:
weaponsets
- Print sets list in server consoleweaponsets <set_name>
- Edit a setweaponsets_delete <set_name>
- Delete a setweaponsets_give
or weaponsets_setloadout
- Open giving and loadout managment windowweaponsets_give <set_name>
- Give set to all playersweaponsets_give <set_name> <UserID1> <UserId2> ...
- Give set to player(s)*weaponsets_setloadout <set_name> <UserID1> ...
- Set as loadout set for player(s)**You can get player’s UserID by typing status concommand
weaponsets_loadoutset "<default>"
- Loadout weapon set for all playersweaponsets_adminonly "1"
- If enabled only superadmin can give and edit weaponsetsweaponsets_deathmatch "0"
- If enabled all players will can choose loadout set (F2)