mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
44 lines
1.8 KiB
Lua
44 lines
1.8 KiB
Lua
|
|
--[[
|
||
|
|
| 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("Ammunition (New)")
|
||
|
|
ix.city:AddCombineRestriction("Ammunition")
|
||
|
|
ix.city:AddCombineRestriction("Combine")
|
||
|
|
ix.city:AddCombineRestriction("Attachments")
|
||
|
|
ix.city:AddCombineRestriction("Attachments (ArcCW)")
|
||
|
|
ix.city:AddCombineRestriction("Clothing - Collaborator")
|
||
|
|
ix.city:AddCombineRestriction("Loyalism")
|
||
|
|
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")
|