dobrograd-13-06-2022/garrysmod/gamemodes/darkrp/gamemode/config/licenseweapons.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

16 lines
674 B
Lua

--[[---------------------------------------------------------------------------
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