dobrograd-13-06-2022/garrysmod/gamemodes/darkrp/gamemode/config/licenseweapons.lua

17 lines
674 B
Lua
Raw Normal View History

2023-11-16 15:01:19 +05:00
--[[---------------------------------------------------------------------------
License weapons
Add weapons that do NOT require a special license here
ALL other weapons will require a license
Note: this only works if the license setting is enabled
---------------------------------------------------------------------------]]
-- GM.NoLicense["weapon_physcannon"] = true
GM.NoLicense["weapon_physgun"] = true
-- GM.NoLicense["weapon_bugbait"] = true
GM.NoLicense["gmod_tool"] = true
GM.NoLicense["gmod_camera"] = true
-- GM.NoLicense["keys"] = true
GM.NoLicense["dbg_hands"] = true
GM.NoLicense["dbg_admingun"] = true
GM.NoLicense["weapon_flashlight"] = true