Files
wnsrc/gamemodes/darkrp/plugins/goi_cityfunds/sv_stock_restrictions.lua

46 lines
1.9 KiB
Lua
Raw Normal View History

2024-08-04 23:54:45 +03:00
--[[
| This file was obtained through the combined efforts
| of Madbluntz & Plymouth Antiquarian Society.
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
| Maloy, DrPepper10 @ RIP, Atle!
|
| Visit for more: https://plymouth.thetwilightzone.ru/
--]]
-- example: ix.city:AddCombineRestriction("akm")
-- also, you are able to restrict the whole item category just like this: ix.city:AddCombineRestriction("Weapons")
ix.city:AddCombineRestriction("Weapons")
ix.city:AddCombineRestriction("Combine")
ix.city:AddCombineRestriction("Clothing - CCA")
ix.city:AddCombineRestriction("manhack")
ix.city:AddCombineRestriction("health_syringe")
ix.city:AddCombineRestriction("turret_placer")
ix.city:AddCombineRestriction("barricade_placer")
ix.city:AddCombineRestriction("tool_repair")
ix.city:AddCombineRestriction("Bullets")
ix.city:AddCombineRestriction("Ammunition")
ix.city:AddCombineRestriction("Combine")
ix.city:AddCombineRestriction("Attachments")
ix.city:AddCombineRestriction("Attachments (ArcCW)")
ix.city:AddCombineRestriction("Bullets")
ix.city:AddCombineRestriction("Clothing - Collaborator")
ix.city:AddCombineRestriction("Loyalism")
ix.city:AddCombineRestriction("Magazines")
ix.city:AddCombineRestriction("Xen")
ix.city:AddCombineRestriction("landline")
ix.city:AddCombineRestriction("tuner_cmb")
ix.city:AddCombineRestriction("tuner_reb")
ix.city:AddCombineRestriction("armband_green")
ix.city:AddCombineRestriction("armband_black")
ix.city:AddCombineRestriction("armband_blue")
ix.city:AddCombineRestriction("armband_icobt")
ix.city:AddCombineRestriction("armband_grey")
ix.city:AddCombineRestriction("armband_orange")
ix.city:AddCombineRestriction("armband_purple")
ix.city:AddCombineRestriction("armband_red")
ix.city:AddCombineRestriction("armband_white")
ix.city:AddCombineRestriction("armband_whitestar")
ix.city:AddCombineRestriction("armband_yellow")
ix.city:AddCombineRestriction("wn_zip_tie")