diff --git a/lua/pointshop/items/weapons/csgo_bayonet_autotronic.lua b/lua/pointshop/items/weapons/csgo_bayonet_autotronic.lua index 7e9cf36..b973d80 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_autotronic.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_autotronic.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Autotronic' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Autotronic' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 14 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_black_laminate.lua b/lua/pointshop/items/weapons/csgo_bayonet_black_laminate.lua index 626b218..f7a88b0 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_black_laminate.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_black_laminate.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Black Laminate' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Black Laminate' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 15 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_bluesteel.lua b/lua/pointshop/items/weapons/csgo_bayonet_bluesteel.lua index 0c7c04a..1946cb3 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Blue Steel' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_boreal.lua b/lua/pointshop/items/weapons/csgo_bayonet_boreal.lua index bd38362..2c593b5 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Boreal Forest' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_bright_water.lua b/lua/pointshop/items/weapons/csgo_bayonet_bright_water.lua index a4da3eb..9316e34 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Bright Water' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_case.lua b/lua/pointshop/items/weapons/csgo_bayonet_case.lua index 0e99ccd..79f7caa 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_case.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Case Hardened' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_bayonet_crimsonwebs.lua index b71d23f..1d281ce 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Crimson Webs' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_damascus.lua b/lua/pointshop/items/weapons/csgo_bayonet_damascus.lua index 4e641cf..2a2e175 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Damascus Steel' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_ddpat.lua b/lua/pointshop/items/weapons/csgo_bayonet_ddpat.lua index 6c183ee..1e38cef 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Forest DDPAT' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_fade.lua b/lua/pointshop/items/weapons/csgo_bayonet_fade.lua index ab6da6a..8b17d9e 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_fade.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Fade' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_freehand.lua b/lua/pointshop/items/weapons/csgo_bayonet_freehand.lua index a906fa8..1a48609 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Freehand' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_bayonet_gamma_doppler.lua index 3149946..965068d 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Gamma Doppler' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_lore.lua b/lua/pointshop/items/weapons/csgo_bayonet_lore.lua index 2acf6e1..9b283f0 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_lore.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_lore.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Lore' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Lore' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 19 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_marblefade.lua b/lua/pointshop/items/weapons/csgo_bayonet_marblefade.lua index 092b786..9e57691 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Marble Fade' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_night.lua b/lua/pointshop/items/weapons/csgo_bayonet_night.lua index 76978e7..a1a5de2 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_night.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Night' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_rustcoat.lua b/lua/pointshop/items/weapons/csgo_bayonet_rustcoat.lua index a0bb9a6..e10dd92 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Rust Coat' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_slaughter.lua b/lua/pointshop/items/weapons/csgo_bayonet_slaughter.lua index 73b0ec4..24cddc8 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Slaughter' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_tiger.lua b/lua/pointshop/items/weapons/csgo_bayonet_tiger.lua index 98ba232..d2a0b91 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Tiger Tooth' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_bayonet_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_bayonet_ultraviolet.lua index 052a65e..fd0bb60 100644 --- a/lua/pointshop/items/weapons/csgo_bayonet_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_bayonet_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bayonet Knife | Ultraviolet' +ITEM.Name = 'Bayonet Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bayonet.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_bowie_bluesteel.lua b/lua/pointshop/items/weapons/csgo_bowie_bluesteel.lua index b154ad5..5babe87 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Blue Steel' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_bowie_boreal.lua b/lua/pointshop/items/weapons/csgo_bowie_boreal.lua index f4659d1..f252978 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Boreal Forest' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_bowie_bright_water.lua b/lua/pointshop/items/weapons/csgo_bowie_bright_water.lua index 5d564eb..3893b97 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Bright Water' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_bowie_case.lua b/lua/pointshop/items/weapons/csgo_bowie_case.lua index 86e9240..d541b2c 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_case.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Case Hardened' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_bowie_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_bowie_crimsonwebs.lua index 656b68c..fe1ca33 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Crimson Web' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Crimson Web' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_bowie_damascus.lua b/lua/pointshop/items/weapons/csgo_bowie_damascus.lua index 9a0c513..4e99927 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Damascus Steel' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_bowie_ddpat.lua b/lua/pointshop/items/weapons/csgo_bowie_ddpat.lua index bd5f61f..3778730 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Forest DDPAT' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_bowie_fade.lua b/lua/pointshop/items/weapons/csgo_bowie_fade.lua index 13d1370..f8232ea 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_fade.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Fade' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_bowie_freehand.lua b/lua/pointshop/items/weapons/csgo_bowie_freehand.lua index a950160..397662f 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Freehand' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_bowie_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_bowie_gamma_doppler.lua index 4b6c207..699fed3 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Gamma Doppler' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_bowie_marblefade.lua b/lua/pointshop/items/weapons/csgo_bowie_marblefade.lua index b13abb7..f6c16e5 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Marble Fade' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_bowie_night.lua b/lua/pointshop/items/weapons/csgo_bowie_night.lua index d71d367..17401ad 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_night.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Night' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_bowie_rustcoat.lua b/lua/pointshop/items/weapons/csgo_bowie_rustcoat.lua index 695d10a..0e81946 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Rust Coat' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_bowie_slaughter.lua b/lua/pointshop/items/weapons/csgo_bowie_slaughter.lua index 9579f51..6fd8f34 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Slaughter' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_bowie_tiger.lua b/lua/pointshop/items/weapons/csgo_bowie_tiger.lua index e5980e3..7635a69 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Tiger Tooth' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_bowie_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_bowie_ultraviolet.lua index 0c9fae5..e731cb7 100644 --- a/lua/pointshop/items/weapons/csgo_bowie_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_bowie_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Bowie knife | Ultraviolet' +ITEM.Name = 'Bowie knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_bowie.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_bluesteel.lua b/lua/pointshop/items/weapons/csgo_butterfly_bluesteel.lua index 55d05e8..ec4d4b0 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Blue Steel' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_boreal.lua b/lua/pointshop/items/weapons/csgo_butterfly_boreal.lua index 25354eb..c10b3a7 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Boreal Forest' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_bright_water.lua b/lua/pointshop/items/weapons/csgo_butterfly_bright_water.lua index 7acd091..0c728af 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Bright Water' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_case.lua b/lua/pointshop/items/weapons/csgo_butterfly_case.lua index 9142991..6d32420 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_case.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Case Hardened' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_butterfly_crimsonwebs.lua index 4eb1dd9..8e9bf7d 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Crimson Webs' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_damascus.lua b/lua/pointshop/items/weapons/csgo_butterfly_damascus.lua index ce0b74e..8a63e33 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Damascus Steel' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_ddpat.lua b/lua/pointshop/items/weapons/csgo_butterfly_ddpat.lua index 74209e1..5b53165 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Forest DDPAT' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_fade.lua b/lua/pointshop/items/weapons/csgo_butterfly_fade.lua index acc544a..4e3e806 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_fade.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Fade' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_freehand.lua b/lua/pointshop/items/weapons/csgo_butterfly_freehand.lua index b3589e4..a388973 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Freehand' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_butterfly_gamma_doppler.lua index c487160..22fa625 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Gamma Doppler' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_marblefade.lua b/lua/pointshop/items/weapons/csgo_butterfly_marblefade.lua index f59d1f4..a0e9dd8 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Marble Fade' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_night.lua b/lua/pointshop/items/weapons/csgo_butterfly_night.lua index be3a031..1ca567f 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_night.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Night' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_rustcoat.lua b/lua/pointshop/items/weapons/csgo_butterfly_rustcoat.lua index addae33..92f1d0a 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Rust Coat' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_slaughter.lua b/lua/pointshop/items/weapons/csgo_butterfly_slaughter.lua index 4752470..5a2899d 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Slaughter' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_tiger.lua b/lua/pointshop/items/weapons/csgo_butterfly_tiger.lua index ed0c5a8..0729d27 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Tiger Tooth' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_butterfly_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_butterfly_ultraviolet.lua index f3faa7d..e2bcec1 100644 --- a/lua/pointshop/items/weapons/csgo_butterfly_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_butterfly_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Butterfly Knife | Ultraviolet' +ITEM.Name = 'Butterfly Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_butterfly.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_daggers_bluesteel.lua b/lua/pointshop/items/weapons/csgo_daggers_bluesteel.lua index 25c5a95..322f166 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Blue Steel' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_daggers_boreal.lua b/lua/pointshop/items/weapons/csgo_daggers_boreal.lua index c5cd7e8..e73ee29 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Boreal Forest' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_daggers_bright_water.lua b/lua/pointshop/items/weapons/csgo_daggers_bright_water.lua index cfc72d0..65651a5 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Bright Water' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_daggers_case.lua b/lua/pointshop/items/weapons/csgo_daggers_case.lua index 4fa0873..9fa6663 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_case.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Case Hardened' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_daggers_damascus.lua b/lua/pointshop/items/weapons/csgo_daggers_damascus.lua index 155287e..dcfc07c 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Damascus Steel' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_daggers_ddpat.lua b/lua/pointshop/items/weapons/csgo_daggers_ddpat.lua index 7f1010a..cd893cd 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Forest DDPAT' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_daggers_fade.lua b/lua/pointshop/items/weapons/csgo_daggers_fade.lua index c7ff67a..156ba11 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_fade.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Fade' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_daggers_freehand.lua b/lua/pointshop/items/weapons/csgo_daggers_freehand.lua index a373c77..6ca18f3 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Freehand' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_daggers_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_daggers_gamma_doppler.lua index 661f977..1aebd38 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Gamma Doppler' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 19 diff --git a/lua/pointshop/items/weapons/csgo_daggers_greyscaled.lua b/lua/pointshop/items/weapons/csgo_daggers_greyscaled.lua index 2b686e1..206d1ab 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_greyscaled.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_greyscaled.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Greyscaled' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Greyscaled' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_daggers_marblefade.lua b/lua/pointshop/items/weapons/csgo_daggers_marblefade.lua index 3a3b884..cd9f5c6 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Marble Fade' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 14 diff --git a/lua/pointshop/items/weapons/csgo_daggers_night.lua b/lua/pointshop/items/weapons/csgo_daggers_night.lua index 5bb841d..fa4e6bd 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_night.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Night' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_daggers_rustcoat.lua b/lua/pointshop/items/weapons/csgo_daggers_rustcoat.lua index 5534904..9663075 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Rust Coat' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_daggers_slaughter.lua b/lua/pointshop/items/weapons/csgo_daggers_slaughter.lua index 8b1fe33..def9de5 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Slaughter' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_daggers_tiger.lua b/lua/pointshop/items/weapons/csgo_daggers_tiger.lua index 57a2d8f..5a81169 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Tiger Tooth' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_daggers_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_daggers_ultraviolet.lua index 99d7f11..81e79f0 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Ultraviolet' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_daggers_webs.lua b/lua/pointshop/items/weapons/csgo_daggers_webs.lua index bcdc53c..a901d87 100644 --- a/lua/pointshop/items/weapons/csgo_daggers_webs.lua +++ b/lua/pointshop/items/weapons/csgo_daggers_webs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Shadow Daggers | Crimson Webs' +ITEM.Name = 'Shadow Daggers' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_push.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_default_golden.lua b/lua/pointshop/items/weapons/csgo_default_golden.lua index 4a37b28..4f0cd90 100644 --- a/lua/pointshop/items/weapons/csgo_default_golden.lua +++ b/lua/pointshop/items/weapons/csgo_default_golden.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Default CT Knife | Golden' +ITEM.Name = 'Default CT Knife' .. ' | ' .. 'Golden' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_default.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_default_t_golden.lua b/lua/pointshop/items/weapons/csgo_default_t_golden.lua index ba3ff5a..3afc96b 100644 --- a/lua/pointshop/items/weapons/csgo_default_t_golden.lua +++ b/lua/pointshop/items/weapons/csgo_default_t_golden.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Default T Knife | Golden' +ITEM.Name = 'Default T Knife' .. ' | ' .. 'Golden' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_default_t.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_falchion_bluesteel.lua b/lua/pointshop/items/weapons/csgo_falchion_bluesteel.lua index 08ca49c..602b819 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Blue Steel' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_falchion_boreal.lua b/lua/pointshop/items/weapons/csgo_falchion_boreal.lua index 9a5b7ce..6c0c696 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Boreal Forest' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_falchion_bright_water.lua b/lua/pointshop/items/weapons/csgo_falchion_bright_water.lua index c736df1..5eea01b 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Bright Water' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_falchion_case.lua b/lua/pointshop/items/weapons/csgo_falchion_case.lua index e7c276e..990457c 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_case.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Case Hardened' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_falchion_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_falchion_crimsonwebs.lua index b1467c7..b3941ff 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Crimson Webs' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_falchion_damascus.lua b/lua/pointshop/items/weapons/csgo_falchion_damascus.lua index 0e6c7e9..8f1604a 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Damascus Steel' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_falchion_ddpat.lua b/lua/pointshop/items/weapons/csgo_falchion_ddpat.lua index 18afac8..9788284 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Forest DDPAT' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_falchion_fade.lua b/lua/pointshop/items/weapons/csgo_falchion_fade.lua index 269183b..e3d5f18 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_fade.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Fade' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_falchion_freehand.lua b/lua/pointshop/items/weapons/csgo_falchion_freehand.lua index e3a5629..fed2305 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Freehand' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_falchion_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_falchion_gamma_doppler.lua index 094ebaa..40c634a 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Gamma Doppler' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_falchion_marblefade.lua b/lua/pointshop/items/weapons/csgo_falchion_marblefade.lua index bf931f0..4846503 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Marble Fade' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_falchion_night.lua b/lua/pointshop/items/weapons/csgo_falchion_night.lua index 4517407..f81f869 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_night.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Night' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_falchion_rustcoat.lua b/lua/pointshop/items/weapons/csgo_falchion_rustcoat.lua index f39efbf..e16aa8b 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Rust Coat' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_falchion_slaughter.lua b/lua/pointshop/items/weapons/csgo_falchion_slaughter.lua index 68e2f9d..55d1553 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Slaughter' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_falchion_tiger.lua b/lua/pointshop/items/weapons/csgo_falchion_tiger.lua index 0169d84..61f6fa4 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Tiger Tooth' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_falchion_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_falchion_ultraviolet.lua index e55bb02..17c8b73 100644 --- a/lua/pointshop/items/weapons/csgo_falchion_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_falchion_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Falchion Knife | Ultraviolet' +ITEM.Name = 'Falchion Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_falchion.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_flip_autotronic.lua b/lua/pointshop/items/weapons/csgo_flip_autotronic.lua index 6f8769b..b12f926 100644 --- a/lua/pointshop/items/weapons/csgo_flip_autotronic.lua +++ b/lua/pointshop/items/weapons/csgo_flip_autotronic.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Autotronic' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Autotronic' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 14 diff --git a/lua/pointshop/items/weapons/csgo_flip_black_laminate.lua b/lua/pointshop/items/weapons/csgo_flip_black_laminate.lua index da0b78b..5eb5f7b 100644 --- a/lua/pointshop/items/weapons/csgo_flip_black_laminate.lua +++ b/lua/pointshop/items/weapons/csgo_flip_black_laminate.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Black Laminate' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Black Laminate' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 15 diff --git a/lua/pointshop/items/weapons/csgo_flip_bluesteel.lua b/lua/pointshop/items/weapons/csgo_flip_bluesteel.lua index 5f8f801..d910c09 100644 --- a/lua/pointshop/items/weapons/csgo_flip_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_flip_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Blue Steel' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_flip_boreal.lua b/lua/pointshop/items/weapons/csgo_flip_boreal.lua index af4f8ca..3e58f32 100644 --- a/lua/pointshop/items/weapons/csgo_flip_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_flip_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Boreal Forest' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_flip_bright_water.lua b/lua/pointshop/items/weapons/csgo_flip_bright_water.lua index 7f985d9..4c1257f 100644 --- a/lua/pointshop/items/weapons/csgo_flip_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_flip_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Bright Water' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_flip_case.lua b/lua/pointshop/items/weapons/csgo_flip_case.lua index 9d8cfa1..d985b18 100644 --- a/lua/pointshop/items/weapons/csgo_flip_case.lua +++ b/lua/pointshop/items/weapons/csgo_flip_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Case Hardened' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_flip_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_flip_crimsonwebs.lua index 8dfea13..9b3b996 100644 --- a/lua/pointshop/items/weapons/csgo_flip_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_flip_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Crimson Webs' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_flip_damascus.lua b/lua/pointshop/items/weapons/csgo_flip_damascus.lua index 7162249..a0f653e 100644 --- a/lua/pointshop/items/weapons/csgo_flip_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_flip_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Damascus Steel' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_flip_ddpat.lua b/lua/pointshop/items/weapons/csgo_flip_ddpat.lua index 4d4ef9f..b0dfb93 100644 --- a/lua/pointshop/items/weapons/csgo_flip_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_flip_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Forest DDPAT' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_flip_fade.lua b/lua/pointshop/items/weapons/csgo_flip_fade.lua index d343321..8eacf3e 100644 --- a/lua/pointshop/items/weapons/csgo_flip_fade.lua +++ b/lua/pointshop/items/weapons/csgo_flip_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Fade' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_flip_freehand.lua b/lua/pointshop/items/weapons/csgo_flip_freehand.lua index 4c83fe2..0d04e96 100644 --- a/lua/pointshop/items/weapons/csgo_flip_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_flip_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Freehand' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_flip_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_flip_gamma_doppler.lua index 3efc7a4..f9bf58f 100644 --- a/lua/pointshop/items/weapons/csgo_flip_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_flip_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Gamma Doppler' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_flip_lore.lua b/lua/pointshop/items/weapons/csgo_flip_lore.lua index 254bd68..9b7d78d 100644 --- a/lua/pointshop/items/weapons/csgo_flip_lore.lua +++ b/lua/pointshop/items/weapons/csgo_flip_lore.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Lore' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Lore' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 19 diff --git a/lua/pointshop/items/weapons/csgo_flip_marblefade.lua b/lua/pointshop/items/weapons/csgo_flip_marblefade.lua index 2876d9b..745b595 100644 --- a/lua/pointshop/items/weapons/csgo_flip_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_flip_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Marble Fade' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_flip_night.lua b/lua/pointshop/items/weapons/csgo_flip_night.lua index 01d7aea..b2db093 100644 --- a/lua/pointshop/items/weapons/csgo_flip_night.lua +++ b/lua/pointshop/items/weapons/csgo_flip_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Night' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_flip_rustcoat.lua b/lua/pointshop/items/weapons/csgo_flip_rustcoat.lua index 08a3900..a933f7b 100644 --- a/lua/pointshop/items/weapons/csgo_flip_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_flip_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Rust Coat' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_flip_slaughter.lua b/lua/pointshop/items/weapons/csgo_flip_slaughter.lua index d670256..4227a0e 100644 --- a/lua/pointshop/items/weapons/csgo_flip_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_flip_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Slaughter' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_flip_tiger.lua b/lua/pointshop/items/weapons/csgo_flip_tiger.lua index c7c064d..d82bffb 100644 --- a/lua/pointshop/items/weapons/csgo_flip_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_flip_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Tiger Tooth' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_flip_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_flip_ultraviolet.lua index be46538..a829ebc 100644 --- a/lua/pointshop/items/weapons/csgo_flip_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_flip_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Flip Knife | Ultraviolet' +ITEM.Name = 'Flip Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_flip.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_gut_autotronic.lua b/lua/pointshop/items/weapons/csgo_gut_autotronic.lua index 1dad190..57ea2e5 100644 --- a/lua/pointshop/items/weapons/csgo_gut_autotronic.lua +++ b/lua/pointshop/items/weapons/csgo_gut_autotronic.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Autotronic' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Autotronic' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 14 diff --git a/lua/pointshop/items/weapons/csgo_gut_black_laminate.lua b/lua/pointshop/items/weapons/csgo_gut_black_laminate.lua index 975b032..874f820 100644 --- a/lua/pointshop/items/weapons/csgo_gut_black_laminate.lua +++ b/lua/pointshop/items/weapons/csgo_gut_black_laminate.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Black Laminate' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Black Laminate' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 15 diff --git a/lua/pointshop/items/weapons/csgo_gut_bluesteel.lua b/lua/pointshop/items/weapons/csgo_gut_bluesteel.lua index 13ae3e7..1bba3ec 100644 --- a/lua/pointshop/items/weapons/csgo_gut_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_gut_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Blue Steel' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_gut_boreal.lua b/lua/pointshop/items/weapons/csgo_gut_boreal.lua index 2150ebf..557a0e1 100644 --- a/lua/pointshop/items/weapons/csgo_gut_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_gut_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Boreal Forest' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_gut_bright_water.lua b/lua/pointshop/items/weapons/csgo_gut_bright_water.lua index d82eada..8f004d4 100644 --- a/lua/pointshop/items/weapons/csgo_gut_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_gut_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Bright Water' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_gut_case.lua b/lua/pointshop/items/weapons/csgo_gut_case.lua index 288326c..e1e030e 100644 --- a/lua/pointshop/items/weapons/csgo_gut_case.lua +++ b/lua/pointshop/items/weapons/csgo_gut_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Case Hardened' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_gut_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_gut_crimsonwebs.lua index e8d30f7..09e8c4c 100644 --- a/lua/pointshop/items/weapons/csgo_gut_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_gut_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Crimson Webs' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_gut_damascus.lua b/lua/pointshop/items/weapons/csgo_gut_damascus.lua index d7be83c..8b0d854 100644 --- a/lua/pointshop/items/weapons/csgo_gut_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_gut_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Damascus Steel' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_gut_ddpat.lua b/lua/pointshop/items/weapons/csgo_gut_ddpat.lua index 08629ea..d9d99a0 100644 --- a/lua/pointshop/items/weapons/csgo_gut_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_gut_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Forest DDPAT' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_gut_fade.lua b/lua/pointshop/items/weapons/csgo_gut_fade.lua index 78036a6..3836502 100644 --- a/lua/pointshop/items/weapons/csgo_gut_fade.lua +++ b/lua/pointshop/items/weapons/csgo_gut_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Fade' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_gut_freehand.lua b/lua/pointshop/items/weapons/csgo_gut_freehand.lua index 7b7464f..27a4e4a 100644 --- a/lua/pointshop/items/weapons/csgo_gut_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_gut_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Freehand' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_gut_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_gut_gamma_doppler.lua index ff734e1..ea3eb13 100644 --- a/lua/pointshop/items/weapons/csgo_gut_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_gut_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Gamma Doppler' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_gut_lore.lua b/lua/pointshop/items/weapons/csgo_gut_lore.lua index dc252b7..a4191dc 100644 --- a/lua/pointshop/items/weapons/csgo_gut_lore.lua +++ b/lua/pointshop/items/weapons/csgo_gut_lore.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Lore' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Lore' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 19 diff --git a/lua/pointshop/items/weapons/csgo_gut_marblefade.lua b/lua/pointshop/items/weapons/csgo_gut_marblefade.lua index f43ee1a..eb052ec 100644 --- a/lua/pointshop/items/weapons/csgo_gut_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_gut_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Marble Fade' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_gut_night.lua b/lua/pointshop/items/weapons/csgo_gut_night.lua index 13975ef..da5dd67 100644 --- a/lua/pointshop/items/weapons/csgo_gut_night.lua +++ b/lua/pointshop/items/weapons/csgo_gut_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Night' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_gut_rustcoat.lua b/lua/pointshop/items/weapons/csgo_gut_rustcoat.lua index cd6ffff..481ed37 100644 --- a/lua/pointshop/items/weapons/csgo_gut_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_gut_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Rust Coat' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_gut_slaughter.lua b/lua/pointshop/items/weapons/csgo_gut_slaughter.lua index a62c4bc..72b1bb2 100644 --- a/lua/pointshop/items/weapons/csgo_gut_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_gut_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Slaughter' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_gut_tiger.lua b/lua/pointshop/items/weapons/csgo_gut_tiger.lua index 9828d47..871a322 100644 --- a/lua/pointshop/items/weapons/csgo_gut_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_gut_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Tiger Tooth' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_gut_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_gut_ultraviolet.lua index 4f4c1db..b4a72cd 100644 --- a/lua/pointshop/items/weapons/csgo_gut_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_gut_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Gut Knife | Ultraviolet' +ITEM.Name = 'Gut Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_gut.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_bluesteel.lua b/lua/pointshop/items/weapons/csgo_huntsman_bluesteel.lua index 8d7e69f..9fcef6a 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Blue Steel' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_boreal.lua b/lua/pointshop/items/weapons/csgo_huntsman_boreal.lua index 9ed42cf..4caf6ea 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Boreal Forest' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_bright_water.lua b/lua/pointshop/items/weapons/csgo_huntsman_bright_water.lua index 7f66455..8c8d61b 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Bright Water' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_case.lua b/lua/pointshop/items/weapons/csgo_huntsman_case.lua index a528ab1..62d30ce 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_case.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Case Hardened' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_huntsman_crimsonwebs.lua index 3e551d1..3dfccf3 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Crimson Webs' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_damascus.lua b/lua/pointshop/items/weapons/csgo_huntsman_damascus.lua index cf17c69..bb63618 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Damascus Steel' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_ddpat.lua b/lua/pointshop/items/weapons/csgo_huntsman_ddpat.lua index ff1b0ea..271e245 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Forest DDPAT' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_fade.lua b/lua/pointshop/items/weapons/csgo_huntsman_fade.lua index ef30aad..0dfdc6c 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_fade.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Forest DDPAT' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_freehand.lua b/lua/pointshop/items/weapons/csgo_huntsman_freehand.lua index fac3b07..5dd7d6b 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Freehand' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_huntsman_gamma_doppler.lua index 36d038d..fbcec36 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Gamma Doppler' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_marblefade.lua b/lua/pointshop/items/weapons/csgo_huntsman_marblefade.lua index 1125347..3f304e6 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Marble Fade' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_night.lua b/lua/pointshop/items/weapons/csgo_huntsman_night.lua index 15e5b0b..2fa3a55 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_night.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Night' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_rustcoat.lua b/lua/pointshop/items/weapons/csgo_huntsman_rustcoat.lua index 30e5bb9..57b4206 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Rust Coat' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_slaughter.lua b/lua/pointshop/items/weapons/csgo_huntsman_slaughter.lua index 0800cea..cd5d176 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Slaughter' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_tiger.lua b/lua/pointshop/items/weapons/csgo_huntsman_tiger.lua index bfbb0ba..d334ee0 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Tiger Tooth' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_huntsman_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_huntsman_ultraviolet.lua index dcf3c8c..da97311 100644 --- a/lua/pointshop/items/weapons/csgo_huntsman_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_huntsman_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Huntsman Knife | Ultraviolet' +ITEM.Name = 'Huntsman Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_tactical.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_karambit_autotronic.lua b/lua/pointshop/items/weapons/csgo_karambit_autotronic.lua index b696f57..8aed106 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_autotronic.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_autotronic.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Autotronic' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Autotronic' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 14 diff --git a/lua/pointshop/items/weapons/csgo_karambit_black_laminate.lua b/lua/pointshop/items/weapons/csgo_karambit_black_laminate.lua index 949862a..14dc0c1 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_black_laminate.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_black_laminate.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Black Laminate' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Black Laminate' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 15 diff --git a/lua/pointshop/items/weapons/csgo_karambit_bluesteel.lua b/lua/pointshop/items/weapons/csgo_karambit_bluesteel.lua index ea8958f..850d480 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Blue Steel' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_karambit_boreal.lua b/lua/pointshop/items/weapons/csgo_karambit_boreal.lua index 7aba2b9..c490f93 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Boreal Forest' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_karambit_bright_water.lua b/lua/pointshop/items/weapons/csgo_karambit_bright_water.lua index dc6fadf..eec5a38 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Bright Water' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_karambit_case.lua b/lua/pointshop/items/weapons/csgo_karambit_case.lua index e897dcf..e08205d 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_case.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Case Hardened' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_karambit_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_karambit_crimsonwebs.lua index e7765a9..11fc7b5 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Crimson Webs' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_karambit_damascus.lua b/lua/pointshop/items/weapons/csgo_karambit_damascus.lua index 0e05c0d..b61ee5b 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Damascus Steel' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_karambit_ddpat.lua b/lua/pointshop/items/weapons/csgo_karambit_ddpat.lua index 5c561d0..86334fd 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Forest DDPAT' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_karambit_fade.lua b/lua/pointshop/items/weapons/csgo_karambit_fade.lua index d543d87..01a1e11 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_fade.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Fade' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_karambit_freehand.lua b/lua/pointshop/items/weapons/csgo_karambit_freehand.lua index 9f1f671..9364341 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Freehand' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_karambit_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_karambit_gamma_doppler.lua index f1e52f8..9916984 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Gamma Doppler' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_karambit_lore.lua b/lua/pointshop/items/weapons/csgo_karambit_lore.lua index c84077d..08d4fa9 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_lore.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_lore.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Lore' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Lore' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 19 diff --git a/lua/pointshop/items/weapons/csgo_karambit_marblefade.lua b/lua/pointshop/items/weapons/csgo_karambit_marblefade.lua index 6f7349f..b844ffe 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Marble Fade' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_karambit_night.lua b/lua/pointshop/items/weapons/csgo_karambit_night.lua index c911fea..bcefcc0 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_night.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Night' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_karambit_rustcoat.lua b/lua/pointshop/items/weapons/csgo_karambit_rustcoat.lua index 6548c4b..a410045 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Rust Coat' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_karambit_slaughter.lua b/lua/pointshop/items/weapons/csgo_karambit_slaughter.lua index c91577b..ae4d070 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Slaughter' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_karambit_tiger.lua b/lua/pointshop/items/weapons/csgo_karambit_tiger.lua index 8324f0e..e02de69 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Tiger Tooth' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_karambit_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_karambit_ultraviolet.lua index 501477e..ac6cdaa 100644 --- a/lua/pointshop/items/weapons/csgo_karambit_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_karambit_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'Karambit Knife | Ultraviolet' +ITEM.Name = 'Karambit Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_karambit.mdl' ITEM.Skin = 10 diff --git a/lua/pointshop/items/weapons/csgo_m9_autotronic.lua b/lua/pointshop/items/weapons/csgo_m9_autotronic.lua index 7764ccb..0ec418a 100644 --- a/lua/pointshop/items/weapons/csgo_m9_autotronic.lua +++ b/lua/pointshop/items/weapons/csgo_m9_autotronic.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Autotronic' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Autotronic' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 14 diff --git a/lua/pointshop/items/weapons/csgo_m9_black_laminate.lua b/lua/pointshop/items/weapons/csgo_m9_black_laminate.lua index e83c69d..dc562e6 100644 --- a/lua/pointshop/items/weapons/csgo_m9_black_laminate.lua +++ b/lua/pointshop/items/weapons/csgo_m9_black_laminate.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Black Laminate' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Black Laminate' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 15 diff --git a/lua/pointshop/items/weapons/csgo_m9_bluesteel.lua b/lua/pointshop/items/weapons/csgo_m9_bluesteel.lua index cb11bb3..59f4360 100644 --- a/lua/pointshop/items/weapons/csgo_m9_bluesteel.lua +++ b/lua/pointshop/items/weapons/csgo_m9_bluesteel.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Blue Steel' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Blue Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 11 diff --git a/lua/pointshop/items/weapons/csgo_m9_boreal.lua b/lua/pointshop/items/weapons/csgo_m9_boreal.lua index a148c48..7ea4ac7 100644 --- a/lua/pointshop/items/weapons/csgo_m9_boreal.lua +++ b/lua/pointshop/items/weapons/csgo_m9_boreal.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Boreal Forest' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Boreal Forest' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 1 diff --git a/lua/pointshop/items/weapons/csgo_m9_bright_water.lua b/lua/pointshop/items/weapons/csgo_m9_bright_water.lua index 31ee2f8..ba11a7c 100644 --- a/lua/pointshop/items/weapons/csgo_m9_bright_water.lua +++ b/lua/pointshop/items/weapons/csgo_m9_bright_water.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Bright Water' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Bright Water' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 16 diff --git a/lua/pointshop/items/weapons/csgo_m9_case.lua b/lua/pointshop/items/weapons/csgo_m9_case.lua index 145dfd4..5fb3b03 100644 --- a/lua/pointshop/items/weapons/csgo_m9_case.lua +++ b/lua/pointshop/items/weapons/csgo_m9_case.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Case Hardened' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Case Hardened' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 2 diff --git a/lua/pointshop/items/weapons/csgo_m9_crimsonwebs.lua b/lua/pointshop/items/weapons/csgo_m9_crimsonwebs.lua index 34221a2..230356c 100644 --- a/lua/pointshop/items/weapons/csgo_m9_crimsonwebs.lua +++ b/lua/pointshop/items/weapons/csgo_m9_crimsonwebs.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Crimson Webs' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Crimson Webs' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 3 diff --git a/lua/pointshop/items/weapons/csgo_m9_damascus.lua b/lua/pointshop/items/weapons/csgo_m9_damascus.lua index 94faa5d..7993d29 100644 --- a/lua/pointshop/items/weapons/csgo_m9_damascus.lua +++ b/lua/pointshop/items/weapons/csgo_m9_damascus.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Damascus Steel' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Damascus Steel' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 4 diff --git a/lua/pointshop/items/weapons/csgo_m9_ddpat.lua b/lua/pointshop/items/weapons/csgo_m9_ddpat.lua index 4358f8b..b2b1752 100644 --- a/lua/pointshop/items/weapons/csgo_m9_ddpat.lua +++ b/lua/pointshop/items/weapons/csgo_m9_ddpat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Forest DDPAT' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Forest DDPAT' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 5 diff --git a/lua/pointshop/items/weapons/csgo_m9_fade.lua b/lua/pointshop/items/weapons/csgo_m9_fade.lua index c98a618..0f6ee29 100644 --- a/lua/pointshop/items/weapons/csgo_m9_fade.lua +++ b/lua/pointshop/items/weapons/csgo_m9_fade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Fade' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 6 diff --git a/lua/pointshop/items/weapons/csgo_m9_freehand.lua b/lua/pointshop/items/weapons/csgo_m9_freehand.lua index 8337da3..6a22eaa 100644 --- a/lua/pointshop/items/weapons/csgo_m9_freehand.lua +++ b/lua/pointshop/items/weapons/csgo_m9_freehand.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Freehand' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Freehand' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 17 diff --git a/lua/pointshop/items/weapons/csgo_m9_gamma_doppler.lua b/lua/pointshop/items/weapons/csgo_m9_gamma_doppler.lua index 062df8c..9f843f2 100644 --- a/lua/pointshop/items/weapons/csgo_m9_gamma_doppler.lua +++ b/lua/pointshop/items/weapons/csgo_m9_gamma_doppler.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Gamma Doppler' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Gamma Doppler' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 18 diff --git a/lua/pointshop/items/weapons/csgo_m9_lore.lua b/lua/pointshop/items/weapons/csgo_m9_lore.lua index 4cdb235..a42762d 100644 --- a/lua/pointshop/items/weapons/csgo_m9_lore.lua +++ b/lua/pointshop/items/weapons/csgo_m9_lore.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Lore' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Lore' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 19 diff --git a/lua/pointshop/items/weapons/csgo_m9_marblefade.lua b/lua/pointshop/items/weapons/csgo_m9_marblefade.lua index e2f34f1..08f0a3f 100644 --- a/lua/pointshop/items/weapons/csgo_m9_marblefade.lua +++ b/lua/pointshop/items/weapons/csgo_m9_marblefade.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Marble Fade' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Marble Fade' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 13 diff --git a/lua/pointshop/items/weapons/csgo_m9_night.lua b/lua/pointshop/items/weapons/csgo_m9_night.lua index cc53ee0..8b3cb8e 100644 --- a/lua/pointshop/items/weapons/csgo_m9_night.lua +++ b/lua/pointshop/items/weapons/csgo_m9_night.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Night' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Night' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 7 diff --git a/lua/pointshop/items/weapons/csgo_m9_rustcoat.lua b/lua/pointshop/items/weapons/csgo_m9_rustcoat.lua index a4d2b59..0f1138a 100644 --- a/lua/pointshop/items/weapons/csgo_m9_rustcoat.lua +++ b/lua/pointshop/items/weapons/csgo_m9_rustcoat.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Rust Coat' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Rust Coat' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 12 diff --git a/lua/pointshop/items/weapons/csgo_m9_slaughter.lua b/lua/pointshop/items/weapons/csgo_m9_slaughter.lua index cbf728d..e888e8a 100644 --- a/lua/pointshop/items/weapons/csgo_m9_slaughter.lua +++ b/lua/pointshop/items/weapons/csgo_m9_slaughter.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Slaughter' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Slaughter' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 8 diff --git a/lua/pointshop/items/weapons/csgo_m9_tiger.lua b/lua/pointshop/items/weapons/csgo_m9_tiger.lua index c772df3..8f988a5 100644 --- a/lua/pointshop/items/weapons/csgo_m9_tiger.lua +++ b/lua/pointshop/items/weapons/csgo_m9_tiger.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Tiger Tooth' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Tiger Tooth' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 9 diff --git a/lua/pointshop/items/weapons/csgo_m9_ultraviolet.lua b/lua/pointshop/items/weapons/csgo_m9_ultraviolet.lua index ba6fb85..9886e55 100644 --- a/lua/pointshop/items/weapons/csgo_m9_ultraviolet.lua +++ b/lua/pointshop/items/weapons/csgo_m9_ultraviolet.lua @@ -1,4 +1,4 @@ -ITEM.Name = 'M9 Bayonet Knife | Ultraviolet' +ITEM.Name = 'M9 Bayonet Knife' .. ' | ' .. 'Ultraviolet' ITEM.Price = 20000 ITEM.Model = 'models/weapons/w_csgo_m9.mdl' ITEM.Skin = 10 diff --git a/lua/weapons/csgo_baseknife.lua b/lua/weapons/csgo_baseknife.lua index 568d120..d64a884 100755 --- a/lua/weapons/csgo_baseknife.lua +++ b/lua/weapons/csgo_baseknife.lua @@ -18,6 +18,7 @@ if ( SERVER ) then CreateConVar("csgo_knives_force_ttt", 0, FCVAR_ARCHIVE, "Forces knives to enable TTT mode. For debug purposes. Normally you shouldn't enable it unless you haven't any trouble getting it work in ttt") CreateConVar("csgo_knives_decals", 1, FCVAR_ARCHIVE, "Paint wall decals when hit wall" ) CreateConVar("csgo_knives_hiteffect", 1, FCVAR_ARCHIVE, "Draw effect when hit wall" ) + CreateConVar("csgo_knives_canbuy", 1, FCVAR_ARCHIVE, "Allow buying knives from traitor shop in TTT. May require server restarting if changing" ) CreateConVar("csgo_knives_dmg_sec_back", 180, FCVAR_ARCHIVE, "How much damage deal when hit with secondary attack from behind") CreateConVar("csgo_knives_dmg_sec_front", 65, FCVAR_ARCHIVE, "How much damage deal when hit with secondary attack in front or from side") @@ -355,7 +356,7 @@ end function SWEP:Holster( wep ) - return true + return true end diff --git a/lua/weapons/csgo_bayonet.lua b/lua/weapons/csgo_bayonet.lua index b59bac9..2d3ca7e 100644 --- a/lua/weapons/csgo_bayonet.lua +++ b/lua/weapons/csgo_bayonet.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_autotronic.lua b/lua/weapons/csgo_bayonet_autotronic.lua index abeb594..815df91 100644 --- a/lua/weapons/csgo_bayonet_autotronic.lua +++ b/lua/weapons/csgo_bayonet_autotronic.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Autotronic' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Autotronic' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_black_laminate.lua b/lua/weapons/csgo_bayonet_black_laminate.lua index a31c0b8..a85247c 100644 --- a/lua/weapons/csgo_bayonet_black_laminate.lua +++ b/lua/weapons/csgo_bayonet_black_laminate.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Black Laminate' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Black Laminate' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_bluesteel.lua b/lua/weapons/csgo_bayonet_bluesteel.lua index 18a829d..2aaf81d 100644 --- a/lua/weapons/csgo_bayonet_bluesteel.lua +++ b/lua/weapons/csgo_bayonet_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Blue Steel' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_boreal.lua b/lua/weapons/csgo_bayonet_boreal.lua index efaa75f..4297160 100644 --- a/lua/weapons/csgo_bayonet_boreal.lua +++ b/lua/weapons/csgo_bayonet_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Boreal Forest' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_bright_water.lua b/lua/weapons/csgo_bayonet_bright_water.lua index 56733d3..0baeccd 100644 --- a/lua/weapons/csgo_bayonet_bright_water.lua +++ b/lua/weapons/csgo_bayonet_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Bright Water' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_case.lua b/lua/weapons/csgo_bayonet_case.lua index 8c0db3c..46ec923 100644 --- a/lua/weapons/csgo_bayonet_case.lua +++ b/lua/weapons/csgo_bayonet_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Case Hardened' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_crimsonwebs.lua b/lua/weapons/csgo_bayonet_crimsonwebs.lua index eb9bce3..42f5756 100644 --- a/lua/weapons/csgo_bayonet_crimsonwebs.lua +++ b/lua/weapons/csgo_bayonet_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Crimson Webs' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_damascus.lua b/lua/weapons/csgo_bayonet_damascus.lua index 29d02c0..43879a0 100644 --- a/lua/weapons/csgo_bayonet_damascus.lua +++ b/lua/weapons/csgo_bayonet_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Damascus Steel' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_ddpat.lua b/lua/weapons/csgo_bayonet_ddpat.lua index cde572e..0893ff9 100644 --- a/lua/weapons/csgo_bayonet_ddpat.lua +++ b/lua/weapons/csgo_bayonet_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Forest DDPAT' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_fade.lua b/lua/weapons/csgo_bayonet_fade.lua index 81e7b5c..b8cc657 100644 --- a/lua/weapons/csgo_bayonet_fade.lua +++ b/lua/weapons/csgo_bayonet_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Fade' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_freehand.lua b/lua/weapons/csgo_bayonet_freehand.lua index faa5728..1bad370 100644 --- a/lua/weapons/csgo_bayonet_freehand.lua +++ b/lua/weapons/csgo_bayonet_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Freehand' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_gamma_doppler.lua b/lua/weapons/csgo_bayonet_gamma_doppler.lua index 4a7c148..9bac339 100644 --- a/lua/weapons/csgo_bayonet_gamma_doppler.lua +++ b/lua/weapons/csgo_bayonet_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Gamma Doppler' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_lore.lua b/lua/weapons/csgo_bayonet_lore.lua index ebd0250..96e8071 100644 --- a/lua/weapons/csgo_bayonet_lore.lua +++ b/lua/weapons/csgo_bayonet_lore.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Lore' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Lore' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_marblefade.lua b/lua/weapons/csgo_bayonet_marblefade.lua index 8b393b7..d563c0b 100644 --- a/lua/weapons/csgo_bayonet_marblefade.lua +++ b/lua/weapons/csgo_bayonet_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Marble Fade' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_night.lua b/lua/weapons/csgo_bayonet_night.lua index 8d17ebe..e222d8b 100644 --- a/lua/weapons/csgo_bayonet_night.lua +++ b/lua/weapons/csgo_bayonet_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Night' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_rustcoat.lua b/lua/weapons/csgo_bayonet_rustcoat.lua index 46b8757..1d62b23 100644 --- a/lua/weapons/csgo_bayonet_rustcoat.lua +++ b/lua/weapons/csgo_bayonet_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Rust Coat' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_slaughter.lua b/lua/weapons/csgo_bayonet_slaughter.lua index 82abec0..4049d57 100644 --- a/lua/weapons/csgo_bayonet_slaughter.lua +++ b/lua/weapons/csgo_bayonet_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Slaughter' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_tiger.lua b/lua/weapons/csgo_bayonet_tiger.lua index 1e6f586..32396f5 100644 --- a/lua/weapons/csgo_bayonet_tiger.lua +++ b/lua/weapons/csgo_bayonet_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Tiger Tooth' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bayonet_ultraviolet.lua b/lua/weapons/csgo_bayonet_ultraviolet.lua index 51cc89f..784643e 100644 --- a/lua/weapons/csgo_bayonet_ultraviolet.lua +++ b/lua/weapons/csgo_bayonet_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bayonet Knife | Ultraviolet' + SWEP.PrintName = 'Bayonet Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie.lua b/lua/weapons/csgo_bowie.lua index bced64b..4c71ab9 100644 --- a/lua/weapons/csgo_bowie.lua +++ b/lua/weapons/csgo_bowie.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_bluesteel.lua b/lua/weapons/csgo_bowie_bluesteel.lua index 36627a6..6a84240 100644 --- a/lua/weapons/csgo_bowie_bluesteel.lua +++ b/lua/weapons/csgo_bowie_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Blue Steel' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_boreal.lua b/lua/weapons/csgo_bowie_boreal.lua index 2c702f7..6b6990d 100644 --- a/lua/weapons/csgo_bowie_boreal.lua +++ b/lua/weapons/csgo_bowie_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Boreal Forest' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_bright_water.lua b/lua/weapons/csgo_bowie_bright_water.lua index 0d680be..35171bb 100644 --- a/lua/weapons/csgo_bowie_bright_water.lua +++ b/lua/weapons/csgo_bowie_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Bright Water' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_case.lua b/lua/weapons/csgo_bowie_case.lua index 3bbd40f..1fbe55b 100644 --- a/lua/weapons/csgo_bowie_case.lua +++ b/lua/weapons/csgo_bowie_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Case Hardened' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_crimsonwebs.lua b/lua/weapons/csgo_bowie_crimsonwebs.lua index 5060ebd..c1823b9 100644 --- a/lua/weapons/csgo_bowie_crimsonwebs.lua +++ b/lua/weapons/csgo_bowie_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Crimson Web' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Crimson Web' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_damascus.lua b/lua/weapons/csgo_bowie_damascus.lua index 2c156c9..c0dbde9 100644 --- a/lua/weapons/csgo_bowie_damascus.lua +++ b/lua/weapons/csgo_bowie_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Damascus Steel' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_ddpat.lua b/lua/weapons/csgo_bowie_ddpat.lua index d1d756e..ac20025 100644 --- a/lua/weapons/csgo_bowie_ddpat.lua +++ b/lua/weapons/csgo_bowie_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Forest DDPAT' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_fade.lua b/lua/weapons/csgo_bowie_fade.lua index c57afa9..6abdcb7 100644 --- a/lua/weapons/csgo_bowie_fade.lua +++ b/lua/weapons/csgo_bowie_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Fade' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_freehand.lua b/lua/weapons/csgo_bowie_freehand.lua index 3041bad..3411dd5 100644 --- a/lua/weapons/csgo_bowie_freehand.lua +++ b/lua/weapons/csgo_bowie_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Freehand' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_gamma_doppler.lua b/lua/weapons/csgo_bowie_gamma_doppler.lua index 167a608..006b32f 100644 --- a/lua/weapons/csgo_bowie_gamma_doppler.lua +++ b/lua/weapons/csgo_bowie_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Gamma Doppler' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_marblefade.lua b/lua/weapons/csgo_bowie_marblefade.lua index 45c94ae..cc3cf6f 100644 --- a/lua/weapons/csgo_bowie_marblefade.lua +++ b/lua/weapons/csgo_bowie_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Marble Fade' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_night.lua b/lua/weapons/csgo_bowie_night.lua index acb823c..751c6d3 100644 --- a/lua/weapons/csgo_bowie_night.lua +++ b/lua/weapons/csgo_bowie_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Night' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_rustcoat.lua b/lua/weapons/csgo_bowie_rustcoat.lua index 3135880..eefb077 100644 --- a/lua/weapons/csgo_bowie_rustcoat.lua +++ b/lua/weapons/csgo_bowie_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Rust Coat' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_slaughter.lua b/lua/weapons/csgo_bowie_slaughter.lua index e44a7c4..aaadfc1 100644 --- a/lua/weapons/csgo_bowie_slaughter.lua +++ b/lua/weapons/csgo_bowie_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Slaughter' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_tiger.lua b/lua/weapons/csgo_bowie_tiger.lua index edb5e5f..e6a3bd0 100644 --- a/lua/weapons/csgo_bowie_tiger.lua +++ b/lua/weapons/csgo_bowie_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Tiger Tooth' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_bowie_ultraviolet.lua b/lua/weapons/csgo_bowie_ultraviolet.lua index 5665709..fe811ae 100644 --- a/lua/weapons/csgo_bowie_ultraviolet.lua +++ b/lua/weapons/csgo_bowie_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Bowie knife | Ultraviolet' + SWEP.PrintName = 'Bowie knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly.lua b/lua/weapons/csgo_butterfly.lua index 895845f..536a890 100644 --- a/lua/weapons/csgo_butterfly.lua +++ b/lua/weapons/csgo_butterfly.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_bluesteel.lua b/lua/weapons/csgo_butterfly_bluesteel.lua index 87e9e52..0bacaca 100644 --- a/lua/weapons/csgo_butterfly_bluesteel.lua +++ b/lua/weapons/csgo_butterfly_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Blue Steel' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_boreal.lua b/lua/weapons/csgo_butterfly_boreal.lua index cd02ac8..e743fd8 100644 --- a/lua/weapons/csgo_butterfly_boreal.lua +++ b/lua/weapons/csgo_butterfly_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Boreal Forest' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_bright_water.lua b/lua/weapons/csgo_butterfly_bright_water.lua index 0a44ea2..1ca7a5b 100644 --- a/lua/weapons/csgo_butterfly_bright_water.lua +++ b/lua/weapons/csgo_butterfly_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Bright Water' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_case.lua b/lua/weapons/csgo_butterfly_case.lua index 3e5f308..5b96ae1 100644 --- a/lua/weapons/csgo_butterfly_case.lua +++ b/lua/weapons/csgo_butterfly_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Case Hardened' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_crimsonwebs.lua b/lua/weapons/csgo_butterfly_crimsonwebs.lua index a024e9b..8a30de0 100644 --- a/lua/weapons/csgo_butterfly_crimsonwebs.lua +++ b/lua/weapons/csgo_butterfly_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Crimson Webs' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_damascus.lua b/lua/weapons/csgo_butterfly_damascus.lua index afffdca..b24b7c6 100644 --- a/lua/weapons/csgo_butterfly_damascus.lua +++ b/lua/weapons/csgo_butterfly_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Damascus Steel' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_ddpat.lua b/lua/weapons/csgo_butterfly_ddpat.lua index 0f0f41c..60908f4 100644 --- a/lua/weapons/csgo_butterfly_ddpat.lua +++ b/lua/weapons/csgo_butterfly_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Forest DDPAT' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_fade.lua b/lua/weapons/csgo_butterfly_fade.lua index b52e0e0..6bde1c8 100644 --- a/lua/weapons/csgo_butterfly_fade.lua +++ b/lua/weapons/csgo_butterfly_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Fade' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_freehand.lua b/lua/weapons/csgo_butterfly_freehand.lua index a9181a3..1ceac22 100644 --- a/lua/weapons/csgo_butterfly_freehand.lua +++ b/lua/weapons/csgo_butterfly_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Freehand' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_gamma_doppler.lua b/lua/weapons/csgo_butterfly_gamma_doppler.lua index b1cd552..81ef37e 100644 --- a/lua/weapons/csgo_butterfly_gamma_doppler.lua +++ b/lua/weapons/csgo_butterfly_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Gamma Doppler' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_marblefade.lua b/lua/weapons/csgo_butterfly_marblefade.lua index ab7738a..f9528c3 100644 --- a/lua/weapons/csgo_butterfly_marblefade.lua +++ b/lua/weapons/csgo_butterfly_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Marble Fade' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_night.lua b/lua/weapons/csgo_butterfly_night.lua index 51bba13..98ef68e 100644 --- a/lua/weapons/csgo_butterfly_night.lua +++ b/lua/weapons/csgo_butterfly_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Night' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_rustcoat.lua b/lua/weapons/csgo_butterfly_rustcoat.lua index b3e86db..0f58b8c 100644 --- a/lua/weapons/csgo_butterfly_rustcoat.lua +++ b/lua/weapons/csgo_butterfly_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Rust Coat' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_slaughter.lua b/lua/weapons/csgo_butterfly_slaughter.lua index ea5055e..dc35197 100644 --- a/lua/weapons/csgo_butterfly_slaughter.lua +++ b/lua/weapons/csgo_butterfly_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Slaughter' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_tiger.lua b/lua/weapons/csgo_butterfly_tiger.lua index b8e1b1d..3c339ad 100644 --- a/lua/weapons/csgo_butterfly_tiger.lua +++ b/lua/weapons/csgo_butterfly_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Tiger Tooth' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_butterfly_ultraviolet.lua b/lua/weapons/csgo_butterfly_ultraviolet.lua index 3752d79..0d9dde4 100644 --- a/lua/weapons/csgo_butterfly_ultraviolet.lua +++ b/lua/weapons/csgo_butterfly_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Butterfly Knife | Ultraviolet' + SWEP.PrintName = 'Butterfly Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_cssource.lua b/lua/weapons/csgo_cssource.lua index 9926192..3d3931c 100644 --- a/lua/weapons/csgo_cssource.lua +++ b/lua/weapons/csgo_cssource.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers.lua b/lua/weapons/csgo_daggers.lua index 47ef9d0..820977e 100644 --- a/lua/weapons/csgo_daggers.lua +++ b/lua/weapons/csgo_daggers.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_bluesteel.lua b/lua/weapons/csgo_daggers_bluesteel.lua index ab45fe4..5f17dcd 100644 --- a/lua/weapons/csgo_daggers_bluesteel.lua +++ b/lua/weapons/csgo_daggers_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Blue Steel' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_boreal.lua b/lua/weapons/csgo_daggers_boreal.lua index ef16137..bd29b01 100644 --- a/lua/weapons/csgo_daggers_boreal.lua +++ b/lua/weapons/csgo_daggers_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Boreal Forest' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_bright_water.lua b/lua/weapons/csgo_daggers_bright_water.lua index 3ab5407..4c88ee1 100644 --- a/lua/weapons/csgo_daggers_bright_water.lua +++ b/lua/weapons/csgo_daggers_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Bright Water' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_case.lua b/lua/weapons/csgo_daggers_case.lua index fa58c49..9a72b48 100644 --- a/lua/weapons/csgo_daggers_case.lua +++ b/lua/weapons/csgo_daggers_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Case Hardened' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_damascus.lua b/lua/weapons/csgo_daggers_damascus.lua index 7c7aa30..eb0451c 100644 --- a/lua/weapons/csgo_daggers_damascus.lua +++ b/lua/weapons/csgo_daggers_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Damascus Steel' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_ddpat.lua b/lua/weapons/csgo_daggers_ddpat.lua index 178ab0e..0d7e3e7 100644 --- a/lua/weapons/csgo_daggers_ddpat.lua +++ b/lua/weapons/csgo_daggers_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Forest DDPAT' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_fade.lua b/lua/weapons/csgo_daggers_fade.lua index 2f12696..06966a8 100644 --- a/lua/weapons/csgo_daggers_fade.lua +++ b/lua/weapons/csgo_daggers_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Fade' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_freehand.lua b/lua/weapons/csgo_daggers_freehand.lua index f449d33..20962b5 100644 --- a/lua/weapons/csgo_daggers_freehand.lua +++ b/lua/weapons/csgo_daggers_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Freehand' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_gamma_doppler.lua b/lua/weapons/csgo_daggers_gamma_doppler.lua index 5b99d0d..bbe3b8f 100644 --- a/lua/weapons/csgo_daggers_gamma_doppler.lua +++ b/lua/weapons/csgo_daggers_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Gamma Doppler' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_greyscaled.lua b/lua/weapons/csgo_daggers_greyscaled.lua index 230a813..c02e853 100644 --- a/lua/weapons/csgo_daggers_greyscaled.lua +++ b/lua/weapons/csgo_daggers_greyscaled.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Greyscaled' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Greyscaled' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_marblefade.lua b/lua/weapons/csgo_daggers_marblefade.lua index 2bdc4f3..3d412d5 100644 --- a/lua/weapons/csgo_daggers_marblefade.lua +++ b/lua/weapons/csgo_daggers_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Marble Fade' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_night.lua b/lua/weapons/csgo_daggers_night.lua index 60a9a59..bb6039e 100644 --- a/lua/weapons/csgo_daggers_night.lua +++ b/lua/weapons/csgo_daggers_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Night' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_rustcoat.lua b/lua/weapons/csgo_daggers_rustcoat.lua index 79a17b1..f369070 100644 --- a/lua/weapons/csgo_daggers_rustcoat.lua +++ b/lua/weapons/csgo_daggers_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Rust Coat' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_slaughter.lua b/lua/weapons/csgo_daggers_slaughter.lua index 2164699..5a9cdeb 100644 --- a/lua/weapons/csgo_daggers_slaughter.lua +++ b/lua/weapons/csgo_daggers_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Slaughter' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_tiger.lua b/lua/weapons/csgo_daggers_tiger.lua index 2065786..b63aa2f 100644 --- a/lua/weapons/csgo_daggers_tiger.lua +++ b/lua/weapons/csgo_daggers_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Tiger Tooth' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_ultraviolet.lua b/lua/weapons/csgo_daggers_ultraviolet.lua index ee534e3..a508cfb 100644 --- a/lua/weapons/csgo_daggers_ultraviolet.lua +++ b/lua/weapons/csgo_daggers_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Ultraviolet' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_daggers_webs.lua b/lua/weapons/csgo_daggers_webs.lua index dd654a5..781ce79 100644 --- a/lua/weapons/csgo_daggers_webs.lua +++ b/lua/weapons/csgo_daggers_webs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Shadow Daggers | Crimson Webs' + SWEP.PrintName = 'Shadow Daggers' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_default_golden.lua b/lua/weapons/csgo_default_golden.lua index 3be9f39..8d6bda8 100644 --- a/lua/weapons/csgo_default_golden.lua +++ b/lua/weapons/csgo_default_golden.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Default CT Knife | Golden' + SWEP.PrintName = 'Default CT Knife' .. ' | ' .. 'Golden' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_default_knife.lua b/lua/weapons/csgo_default_knife.lua index 313e4c6..b6e03c5 100644 --- a/lua/weapons/csgo_default_knife.lua +++ b/lua/weapons/csgo_default_knife.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_default_t.lua b/lua/weapons/csgo_default_t.lua index 0f929ac..a614d60 100644 --- a/lua/weapons/csgo_default_t.lua +++ b/lua/weapons/csgo_default_t.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_default_t_golden.lua b/lua/weapons/csgo_default_t_golden.lua index 203d443..a6aa3c4 100644 --- a/lua/weapons/csgo_default_t_golden.lua +++ b/lua/weapons/csgo_default_t_golden.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Default T Knife | Golden' + SWEP.PrintName = 'Default T Knife' .. ' | ' .. 'Golden' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion.lua b/lua/weapons/csgo_falchion.lua index 4c6b624..bff355e 100644 --- a/lua/weapons/csgo_falchion.lua +++ b/lua/weapons/csgo_falchion.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_bluesteel.lua b/lua/weapons/csgo_falchion_bluesteel.lua index 9bfc9f2..524d109 100644 --- a/lua/weapons/csgo_falchion_bluesteel.lua +++ b/lua/weapons/csgo_falchion_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Blue Steel' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_boreal.lua b/lua/weapons/csgo_falchion_boreal.lua index 783c47d..1f92622 100644 --- a/lua/weapons/csgo_falchion_boreal.lua +++ b/lua/weapons/csgo_falchion_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Boreal Forest' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_bright_water.lua b/lua/weapons/csgo_falchion_bright_water.lua index 486ba28..647999c 100644 --- a/lua/weapons/csgo_falchion_bright_water.lua +++ b/lua/weapons/csgo_falchion_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Bright Water' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_case.lua b/lua/weapons/csgo_falchion_case.lua index fd3076e..b49c545 100644 --- a/lua/weapons/csgo_falchion_case.lua +++ b/lua/weapons/csgo_falchion_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Case Hardened' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_crimsonwebs.lua b/lua/weapons/csgo_falchion_crimsonwebs.lua index 641c454..5a9f627 100644 --- a/lua/weapons/csgo_falchion_crimsonwebs.lua +++ b/lua/weapons/csgo_falchion_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Crimson Webs' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_damascus.lua b/lua/weapons/csgo_falchion_damascus.lua index ef49c4b..0c2aa7f 100644 --- a/lua/weapons/csgo_falchion_damascus.lua +++ b/lua/weapons/csgo_falchion_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Damascus Steel' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_ddpat.lua b/lua/weapons/csgo_falchion_ddpat.lua index 9a41abb..7b319c0 100644 --- a/lua/weapons/csgo_falchion_ddpat.lua +++ b/lua/weapons/csgo_falchion_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Forest DDPAT' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_fade.lua b/lua/weapons/csgo_falchion_fade.lua index ec40da8..14b3499 100644 --- a/lua/weapons/csgo_falchion_fade.lua +++ b/lua/weapons/csgo_falchion_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Fade' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_freehand.lua b/lua/weapons/csgo_falchion_freehand.lua index 169c841..137139b 100644 --- a/lua/weapons/csgo_falchion_freehand.lua +++ b/lua/weapons/csgo_falchion_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Freehand' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_gamma_doppler.lua b/lua/weapons/csgo_falchion_gamma_doppler.lua index bc22673..f37f8f8 100644 --- a/lua/weapons/csgo_falchion_gamma_doppler.lua +++ b/lua/weapons/csgo_falchion_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Gamma Doppler' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_marblefade.lua b/lua/weapons/csgo_falchion_marblefade.lua index 7cc51cd..bd62efb 100644 --- a/lua/weapons/csgo_falchion_marblefade.lua +++ b/lua/weapons/csgo_falchion_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Marble Fade' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_night.lua b/lua/weapons/csgo_falchion_night.lua index 896e446..de712aa 100644 --- a/lua/weapons/csgo_falchion_night.lua +++ b/lua/weapons/csgo_falchion_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Night' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_rustcoat.lua b/lua/weapons/csgo_falchion_rustcoat.lua index cd770a1..09f2801 100644 --- a/lua/weapons/csgo_falchion_rustcoat.lua +++ b/lua/weapons/csgo_falchion_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Rust Coat' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_slaughter.lua b/lua/weapons/csgo_falchion_slaughter.lua index f3cfd74..d52eac8 100644 --- a/lua/weapons/csgo_falchion_slaughter.lua +++ b/lua/weapons/csgo_falchion_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Slaughter' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_tiger.lua b/lua/weapons/csgo_falchion_tiger.lua index 6ca0151..b71e62a 100644 --- a/lua/weapons/csgo_falchion_tiger.lua +++ b/lua/weapons/csgo_falchion_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Tiger Tooth' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_falchion_ultraviolet.lua b/lua/weapons/csgo_falchion_ultraviolet.lua index db1ed5c..519b565 100644 --- a/lua/weapons/csgo_falchion_ultraviolet.lua +++ b/lua/weapons/csgo_falchion_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Falchion Knife | Ultraviolet' + SWEP.PrintName = 'Falchion Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip.lua b/lua/weapons/csgo_flip.lua index 84c5097..3f9b86a 100644 --- a/lua/weapons/csgo_flip.lua +++ b/lua/weapons/csgo_flip.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_autotronic.lua b/lua/weapons/csgo_flip_autotronic.lua index 5ebbd36..18ca520 100644 --- a/lua/weapons/csgo_flip_autotronic.lua +++ b/lua/weapons/csgo_flip_autotronic.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Autotronic' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Autotronic' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_black_laminate.lua b/lua/weapons/csgo_flip_black_laminate.lua index cfe05c5..9d7dec6 100644 --- a/lua/weapons/csgo_flip_black_laminate.lua +++ b/lua/weapons/csgo_flip_black_laminate.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Black Laminate' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Black Laminate' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_bluesteel.lua b/lua/weapons/csgo_flip_bluesteel.lua index 6d4dcb4..ea67f99 100644 --- a/lua/weapons/csgo_flip_bluesteel.lua +++ b/lua/weapons/csgo_flip_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Blue Steel' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_boreal.lua b/lua/weapons/csgo_flip_boreal.lua index 719220f..b7c53d9 100644 --- a/lua/weapons/csgo_flip_boreal.lua +++ b/lua/weapons/csgo_flip_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Boreal Forest' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_bright_water.lua b/lua/weapons/csgo_flip_bright_water.lua index 6601371..0dabf45 100644 --- a/lua/weapons/csgo_flip_bright_water.lua +++ b/lua/weapons/csgo_flip_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Bright Water' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_case.lua b/lua/weapons/csgo_flip_case.lua index 7a145ee..c139628 100644 --- a/lua/weapons/csgo_flip_case.lua +++ b/lua/weapons/csgo_flip_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Case Hardened' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_crimsonwebs.lua b/lua/weapons/csgo_flip_crimsonwebs.lua index 8d71790..edf8053 100644 --- a/lua/weapons/csgo_flip_crimsonwebs.lua +++ b/lua/weapons/csgo_flip_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Crimson Webs' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_damascus.lua b/lua/weapons/csgo_flip_damascus.lua index fa87ff2..1e9ae26 100644 --- a/lua/weapons/csgo_flip_damascus.lua +++ b/lua/weapons/csgo_flip_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Damascus Steel' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_ddpat.lua b/lua/weapons/csgo_flip_ddpat.lua index 31a30b5..e1049d0 100644 --- a/lua/weapons/csgo_flip_ddpat.lua +++ b/lua/weapons/csgo_flip_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Forest DDPAT' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_fade.lua b/lua/weapons/csgo_flip_fade.lua index 0db443b..47226f7 100644 --- a/lua/weapons/csgo_flip_fade.lua +++ b/lua/weapons/csgo_flip_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Fade' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_freehand.lua b/lua/weapons/csgo_flip_freehand.lua index 46df21a..6d717dd 100644 --- a/lua/weapons/csgo_flip_freehand.lua +++ b/lua/weapons/csgo_flip_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Freehand' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_gamma_doppler.lua b/lua/weapons/csgo_flip_gamma_doppler.lua index 93602ec..ea18a52 100644 --- a/lua/weapons/csgo_flip_gamma_doppler.lua +++ b/lua/weapons/csgo_flip_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Gamma Doppler' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_lore.lua b/lua/weapons/csgo_flip_lore.lua index b28f271..a4b62f5 100644 --- a/lua/weapons/csgo_flip_lore.lua +++ b/lua/weapons/csgo_flip_lore.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Lore' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Lore' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_marblefade.lua b/lua/weapons/csgo_flip_marblefade.lua index 3baf96e..62843af 100644 --- a/lua/weapons/csgo_flip_marblefade.lua +++ b/lua/weapons/csgo_flip_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Marble Fade' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_night.lua b/lua/weapons/csgo_flip_night.lua index 3bfb714..c453e54 100644 --- a/lua/weapons/csgo_flip_night.lua +++ b/lua/weapons/csgo_flip_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Night' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_rustcoat.lua b/lua/weapons/csgo_flip_rustcoat.lua index e2b68fe..32985e6 100644 --- a/lua/weapons/csgo_flip_rustcoat.lua +++ b/lua/weapons/csgo_flip_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Rust Coat' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_slaughter.lua b/lua/weapons/csgo_flip_slaughter.lua index 672849c..ae1ebcb 100644 --- a/lua/weapons/csgo_flip_slaughter.lua +++ b/lua/weapons/csgo_flip_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Slaughter' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_tiger.lua b/lua/weapons/csgo_flip_tiger.lua index 984f5a5..e0a5764 100644 --- a/lua/weapons/csgo_flip_tiger.lua +++ b/lua/weapons/csgo_flip_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Tiger Tooth' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_flip_ultraviolet.lua b/lua/weapons/csgo_flip_ultraviolet.lua index a9eda74..f4d946b 100644 --- a/lua/weapons/csgo_flip_ultraviolet.lua +++ b/lua/weapons/csgo_flip_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Flip Knife | Ultraviolet' + SWEP.PrintName = 'Flip Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut.lua b/lua/weapons/csgo_gut.lua index 2a7c070..3f3f51c 100644 --- a/lua/weapons/csgo_gut.lua +++ b/lua/weapons/csgo_gut.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_autotronic.lua b/lua/weapons/csgo_gut_autotronic.lua index 9f5921f..0fd496e 100644 --- a/lua/weapons/csgo_gut_autotronic.lua +++ b/lua/weapons/csgo_gut_autotronic.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Autotronic' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Autotronic' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_black_laminate.lua b/lua/weapons/csgo_gut_black_laminate.lua index 9b4f941..839799a 100644 --- a/lua/weapons/csgo_gut_black_laminate.lua +++ b/lua/weapons/csgo_gut_black_laminate.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Black Laminate' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Black Laminate' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_bluesteel.lua b/lua/weapons/csgo_gut_bluesteel.lua index 8c6475c..1439690 100644 --- a/lua/weapons/csgo_gut_bluesteel.lua +++ b/lua/weapons/csgo_gut_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Blue Steel' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_boreal.lua b/lua/weapons/csgo_gut_boreal.lua index d8c4d75..8ffdfb6 100644 --- a/lua/weapons/csgo_gut_boreal.lua +++ b/lua/weapons/csgo_gut_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Boreal Forest' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_bright_water.lua b/lua/weapons/csgo_gut_bright_water.lua index fdf0acf..b9878bd 100644 --- a/lua/weapons/csgo_gut_bright_water.lua +++ b/lua/weapons/csgo_gut_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Bright Water' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_case.lua b/lua/weapons/csgo_gut_case.lua index 9b40033..d383163 100644 --- a/lua/weapons/csgo_gut_case.lua +++ b/lua/weapons/csgo_gut_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Case Hardened' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_crimsonwebs.lua b/lua/weapons/csgo_gut_crimsonwebs.lua index 0199709..490bf74 100644 --- a/lua/weapons/csgo_gut_crimsonwebs.lua +++ b/lua/weapons/csgo_gut_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Crimson Webs' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_damascus.lua b/lua/weapons/csgo_gut_damascus.lua index aea0d7f..5fdaca0 100644 --- a/lua/weapons/csgo_gut_damascus.lua +++ b/lua/weapons/csgo_gut_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Damascus Steel' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_ddpat.lua b/lua/weapons/csgo_gut_ddpat.lua index 044af27..45cb87f 100644 --- a/lua/weapons/csgo_gut_ddpat.lua +++ b/lua/weapons/csgo_gut_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Forest DDPAT' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_fade.lua b/lua/weapons/csgo_gut_fade.lua index 52dcc5f..1c301ae 100644 --- a/lua/weapons/csgo_gut_fade.lua +++ b/lua/weapons/csgo_gut_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Fade' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_freehand.lua b/lua/weapons/csgo_gut_freehand.lua index 3332846..1607b75 100644 --- a/lua/weapons/csgo_gut_freehand.lua +++ b/lua/weapons/csgo_gut_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Freehand' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_gamma_doppler.lua b/lua/weapons/csgo_gut_gamma_doppler.lua index 2b6e456..f8ac574 100644 --- a/lua/weapons/csgo_gut_gamma_doppler.lua +++ b/lua/weapons/csgo_gut_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Gamma Doppler' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_lore.lua b/lua/weapons/csgo_gut_lore.lua index e332d40..ad82739 100644 --- a/lua/weapons/csgo_gut_lore.lua +++ b/lua/weapons/csgo_gut_lore.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Lore' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Lore' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_marblefade.lua b/lua/weapons/csgo_gut_marblefade.lua index 5907028..2e4c08e 100644 --- a/lua/weapons/csgo_gut_marblefade.lua +++ b/lua/weapons/csgo_gut_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Marble Fade' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_night.lua b/lua/weapons/csgo_gut_night.lua index 9f05fe9..f18eb73 100644 --- a/lua/weapons/csgo_gut_night.lua +++ b/lua/weapons/csgo_gut_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Night' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_rustcoat.lua b/lua/weapons/csgo_gut_rustcoat.lua index f3f20d2..8d5fb0c 100644 --- a/lua/weapons/csgo_gut_rustcoat.lua +++ b/lua/weapons/csgo_gut_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Rust Coat' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_slaughter.lua b/lua/weapons/csgo_gut_slaughter.lua index fa098b5..95304bc 100644 --- a/lua/weapons/csgo_gut_slaughter.lua +++ b/lua/weapons/csgo_gut_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Slaughter' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_tiger.lua b/lua/weapons/csgo_gut_tiger.lua index 18d4a22..d1c5f2d 100644 --- a/lua/weapons/csgo_gut_tiger.lua +++ b/lua/weapons/csgo_gut_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Tiger Tooth' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_gut_ultraviolet.lua b/lua/weapons/csgo_gut_ultraviolet.lua index 0aeb1e9..68638ae 100644 --- a/lua/weapons/csgo_gut_ultraviolet.lua +++ b/lua/weapons/csgo_gut_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Gut Knife | Ultraviolet' + SWEP.PrintName = 'Gut Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman.lua b/lua/weapons/csgo_huntsman.lua index 45a4d3c..2018b32 100644 --- a/lua/weapons/csgo_huntsman.lua +++ b/lua/weapons/csgo_huntsman.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_bluesteel.lua b/lua/weapons/csgo_huntsman_bluesteel.lua index 04ba96a..2aeac66 100644 --- a/lua/weapons/csgo_huntsman_bluesteel.lua +++ b/lua/weapons/csgo_huntsman_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Blue Steel' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_boreal.lua b/lua/weapons/csgo_huntsman_boreal.lua index 7fa30b5..f554383 100644 --- a/lua/weapons/csgo_huntsman_boreal.lua +++ b/lua/weapons/csgo_huntsman_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Boreal Forest' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_bright_water.lua b/lua/weapons/csgo_huntsman_bright_water.lua index 38f7a1b..672a337 100644 --- a/lua/weapons/csgo_huntsman_bright_water.lua +++ b/lua/weapons/csgo_huntsman_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Bright Water' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_case.lua b/lua/weapons/csgo_huntsman_case.lua index b5abe89..abad5e2 100644 --- a/lua/weapons/csgo_huntsman_case.lua +++ b/lua/weapons/csgo_huntsman_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Case Hardened' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_crimsonwebs.lua b/lua/weapons/csgo_huntsman_crimsonwebs.lua index 2f60d0c..d24d016 100644 --- a/lua/weapons/csgo_huntsman_crimsonwebs.lua +++ b/lua/weapons/csgo_huntsman_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Crimson Webs' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_damascus.lua b/lua/weapons/csgo_huntsman_damascus.lua index 24a763e..72cc667 100644 --- a/lua/weapons/csgo_huntsman_damascus.lua +++ b/lua/weapons/csgo_huntsman_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Damascus Steel' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_ddpat.lua b/lua/weapons/csgo_huntsman_ddpat.lua index 9038607..351617c 100644 --- a/lua/weapons/csgo_huntsman_ddpat.lua +++ b/lua/weapons/csgo_huntsman_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Forest DDPAT' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_fade.lua b/lua/weapons/csgo_huntsman_fade.lua index 7bee269..347b606 100644 --- a/lua/weapons/csgo_huntsman_fade.lua +++ b/lua/weapons/csgo_huntsman_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Forest DDPAT' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_freehand.lua b/lua/weapons/csgo_huntsman_freehand.lua index f9132dd..31cf5c3 100644 --- a/lua/weapons/csgo_huntsman_freehand.lua +++ b/lua/weapons/csgo_huntsman_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Freehand' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_gamma_doppler.lua b/lua/weapons/csgo_huntsman_gamma_doppler.lua index 1d245ca..6d1ce99 100644 --- a/lua/weapons/csgo_huntsman_gamma_doppler.lua +++ b/lua/weapons/csgo_huntsman_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Gamma Doppler' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_marblefade.lua b/lua/weapons/csgo_huntsman_marblefade.lua index ce09da1..9dbfaaf 100644 --- a/lua/weapons/csgo_huntsman_marblefade.lua +++ b/lua/weapons/csgo_huntsman_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Marble Fade' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_night.lua b/lua/weapons/csgo_huntsman_night.lua index bc58e54..37062fc 100644 --- a/lua/weapons/csgo_huntsman_night.lua +++ b/lua/weapons/csgo_huntsman_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Night' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_rustcoat.lua b/lua/weapons/csgo_huntsman_rustcoat.lua index 6acb1bb..7fbb5e8 100644 --- a/lua/weapons/csgo_huntsman_rustcoat.lua +++ b/lua/weapons/csgo_huntsman_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Rust Coat' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_slaughter.lua b/lua/weapons/csgo_huntsman_slaughter.lua index 09c8d4e..d84a81f 100644 --- a/lua/weapons/csgo_huntsman_slaughter.lua +++ b/lua/weapons/csgo_huntsman_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Slaughter' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_tiger.lua b/lua/weapons/csgo_huntsman_tiger.lua index e7558e2..00beb27 100644 --- a/lua/weapons/csgo_huntsman_tiger.lua +++ b/lua/weapons/csgo_huntsman_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Tiger Tooth' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_huntsman_ultraviolet.lua b/lua/weapons/csgo_huntsman_ultraviolet.lua index be5843d..1056d9d 100644 --- a/lua/weapons/csgo_huntsman_ultraviolet.lua +++ b/lua/weapons/csgo_huntsman_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Huntsman Knife | Ultraviolet' + SWEP.PrintName = 'Huntsman Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit.lua b/lua/weapons/csgo_karambit.lua index 69f2447..343319d 100644 --- a/lua/weapons/csgo_karambit.lua +++ b/lua/weapons/csgo_karambit.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_autotronic.lua b/lua/weapons/csgo_karambit_autotronic.lua index 1f3a669..8cdef6d 100644 --- a/lua/weapons/csgo_karambit_autotronic.lua +++ b/lua/weapons/csgo_karambit_autotronic.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Autotronic' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Autotronic' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_black_laminate.lua b/lua/weapons/csgo_karambit_black_laminate.lua index 3c3222d..b8f2eb8 100644 --- a/lua/weapons/csgo_karambit_black_laminate.lua +++ b/lua/weapons/csgo_karambit_black_laminate.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Black Laminate' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Black Laminate' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_bluesteel.lua b/lua/weapons/csgo_karambit_bluesteel.lua index 336b8e5..547c259 100644 --- a/lua/weapons/csgo_karambit_bluesteel.lua +++ b/lua/weapons/csgo_karambit_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Blue Steel' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_boreal.lua b/lua/weapons/csgo_karambit_boreal.lua index d8b3384..9bbac2c 100644 --- a/lua/weapons/csgo_karambit_boreal.lua +++ b/lua/weapons/csgo_karambit_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Boreal Forest' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_bright_water.lua b/lua/weapons/csgo_karambit_bright_water.lua index b538fbb..55cc7d0 100644 --- a/lua/weapons/csgo_karambit_bright_water.lua +++ b/lua/weapons/csgo_karambit_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Bright Water' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_case.lua b/lua/weapons/csgo_karambit_case.lua index 67186af..8d2a1b4 100644 --- a/lua/weapons/csgo_karambit_case.lua +++ b/lua/weapons/csgo_karambit_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Case Hardened' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_crimsonwebs.lua b/lua/weapons/csgo_karambit_crimsonwebs.lua index be19a3a..47c5413 100644 --- a/lua/weapons/csgo_karambit_crimsonwebs.lua +++ b/lua/weapons/csgo_karambit_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Crimson Webs' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_damascus.lua b/lua/weapons/csgo_karambit_damascus.lua index 9c47f3a..69a1e9f 100644 --- a/lua/weapons/csgo_karambit_damascus.lua +++ b/lua/weapons/csgo_karambit_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Damascus Steel' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_ddpat.lua b/lua/weapons/csgo_karambit_ddpat.lua index a9f1d67..beb7632 100644 --- a/lua/weapons/csgo_karambit_ddpat.lua +++ b/lua/weapons/csgo_karambit_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Forest DDPAT' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_fade.lua b/lua/weapons/csgo_karambit_fade.lua index 61513c9..2f486d3 100644 --- a/lua/weapons/csgo_karambit_fade.lua +++ b/lua/weapons/csgo_karambit_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Fade' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_freehand.lua b/lua/weapons/csgo_karambit_freehand.lua index 97741e8..239b8b1 100644 --- a/lua/weapons/csgo_karambit_freehand.lua +++ b/lua/weapons/csgo_karambit_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Freehand' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_gamma_doppler.lua b/lua/weapons/csgo_karambit_gamma_doppler.lua index 49cccb3..bbfc99f 100644 --- a/lua/weapons/csgo_karambit_gamma_doppler.lua +++ b/lua/weapons/csgo_karambit_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Gamma Doppler' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_lore.lua b/lua/weapons/csgo_karambit_lore.lua index d4e61b3..2134c8d 100644 --- a/lua/weapons/csgo_karambit_lore.lua +++ b/lua/weapons/csgo_karambit_lore.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Lore' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Lore' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_marblefade.lua b/lua/weapons/csgo_karambit_marblefade.lua index 4002c45..ef9660b 100644 --- a/lua/weapons/csgo_karambit_marblefade.lua +++ b/lua/weapons/csgo_karambit_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Marble Fade' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_night.lua b/lua/weapons/csgo_karambit_night.lua index c352505..635e12d 100644 --- a/lua/weapons/csgo_karambit_night.lua +++ b/lua/weapons/csgo_karambit_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Night' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_rustcoat.lua b/lua/weapons/csgo_karambit_rustcoat.lua index 5749e06..f838489 100644 --- a/lua/weapons/csgo_karambit_rustcoat.lua +++ b/lua/weapons/csgo_karambit_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Rust Coat' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_slaughter.lua b/lua/weapons/csgo_karambit_slaughter.lua index 0ba8d75..91d8bf0 100644 --- a/lua/weapons/csgo_karambit_slaughter.lua +++ b/lua/weapons/csgo_karambit_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Slaughter' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_tiger.lua b/lua/weapons/csgo_karambit_tiger.lua index bca8523..97bf2ae 100644 --- a/lua/weapons/csgo_karambit_tiger.lua +++ b/lua/weapons/csgo_karambit_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Tiger Tooth' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_karambit_ultraviolet.lua b/lua/weapons/csgo_karambit_ultraviolet.lua index 20c8c07..1583d62 100644 --- a/lua/weapons/csgo_karambit_ultraviolet.lua +++ b/lua/weapons/csgo_karambit_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'Karambit Knife | Ultraviolet' + SWEP.PrintName = 'Karambit Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9.lua b/lua/weapons/csgo_m9.lua index a9d190d..8d2700d 100644 --- a/lua/weapons/csgo_m9.lua +++ b/lua/weapons/csgo_m9.lua @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_autotronic.lua b/lua/weapons/csgo_m9_autotronic.lua index 8ae2878..8d5508e 100644 --- a/lua/weapons/csgo_m9_autotronic.lua +++ b/lua/weapons/csgo_m9_autotronic.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Autotronic' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Autotronic' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_black_laminate.lua b/lua/weapons/csgo_m9_black_laminate.lua index 9996fc2..bff1aba 100644 --- a/lua/weapons/csgo_m9_black_laminate.lua +++ b/lua/weapons/csgo_m9_black_laminate.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Black Laminate' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Black Laminate' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_bluesteel.lua b/lua/weapons/csgo_m9_bluesteel.lua index f094f5d..c3393e1 100644 --- a/lua/weapons/csgo_m9_bluesteel.lua +++ b/lua/weapons/csgo_m9_bluesteel.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Blue Steel' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Blue Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_boreal.lua b/lua/weapons/csgo_m9_boreal.lua index c0cc845..3feb639 100644 --- a/lua/weapons/csgo_m9_boreal.lua +++ b/lua/weapons/csgo_m9_boreal.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Boreal Forest' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Boreal Forest' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_bright_water.lua b/lua/weapons/csgo_m9_bright_water.lua index e904f8c..7854128 100644 --- a/lua/weapons/csgo_m9_bright_water.lua +++ b/lua/weapons/csgo_m9_bright_water.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Bright Water' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Bright Water' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_case.lua b/lua/weapons/csgo_m9_case.lua index 0d8b5d0..a598b52 100644 --- a/lua/weapons/csgo_m9_case.lua +++ b/lua/weapons/csgo_m9_case.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Case Hardened' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Case Hardened' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_crimsonwebs.lua b/lua/weapons/csgo_m9_crimsonwebs.lua index c33a960..a5ac189 100644 --- a/lua/weapons/csgo_m9_crimsonwebs.lua +++ b/lua/weapons/csgo_m9_crimsonwebs.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Crimson Webs' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Crimson Webs' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_damascus.lua b/lua/weapons/csgo_m9_damascus.lua index d9b2c25..273233b 100644 --- a/lua/weapons/csgo_m9_damascus.lua +++ b/lua/weapons/csgo_m9_damascus.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Damascus Steel' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Damascus Steel' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_ddpat.lua b/lua/weapons/csgo_m9_ddpat.lua index 859b242..6b67943 100644 --- a/lua/weapons/csgo_m9_ddpat.lua +++ b/lua/weapons/csgo_m9_ddpat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Forest DDPAT' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Forest DDPAT' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_fade.lua b/lua/weapons/csgo_m9_fade.lua index 68ee801..b241b8f 100644 --- a/lua/weapons/csgo_m9_fade.lua +++ b/lua/weapons/csgo_m9_fade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Fade' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_freehand.lua b/lua/weapons/csgo_m9_freehand.lua index 3cbd142..52b100a 100644 --- a/lua/weapons/csgo_m9_freehand.lua +++ b/lua/weapons/csgo_m9_freehand.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Freehand' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Freehand' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_gamma_doppler.lua b/lua/weapons/csgo_m9_gamma_doppler.lua index d8ae662..9404176 100644 --- a/lua/weapons/csgo_m9_gamma_doppler.lua +++ b/lua/weapons/csgo_m9_gamma_doppler.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Gamma Doppler' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Gamma Doppler' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_lore.lua b/lua/weapons/csgo_m9_lore.lua index 64c5dff..6c82be7 100644 --- a/lua/weapons/csgo_m9_lore.lua +++ b/lua/weapons/csgo_m9_lore.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Lore' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Lore' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_marblefade.lua b/lua/weapons/csgo_m9_marblefade.lua index 9db0c5f..eac0fb8 100644 --- a/lua/weapons/csgo_m9_marblefade.lua +++ b/lua/weapons/csgo_m9_marblefade.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Marble Fade' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Marble Fade' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_night.lua b/lua/weapons/csgo_m9_night.lua index 7817c1a..65513d7 100644 --- a/lua/weapons/csgo_m9_night.lua +++ b/lua/weapons/csgo_m9_night.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Night' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Night' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_rustcoat.lua b/lua/weapons/csgo_m9_rustcoat.lua index c81b8a1..3281ec0 100644 --- a/lua/weapons/csgo_m9_rustcoat.lua +++ b/lua/weapons/csgo_m9_rustcoat.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Rust Coat' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Rust Coat' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_slaughter.lua b/lua/weapons/csgo_m9_slaughter.lua index e664974..2f1bc6c 100644 --- a/lua/weapons/csgo_m9_slaughter.lua +++ b/lua/weapons/csgo_m9_slaughter.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Slaughter' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Slaughter' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_tiger.lua b/lua/weapons/csgo_m9_tiger.lua index 53673ef..5c1966e 100644 --- a/lua/weapons/csgo_m9_tiger.lua +++ b/lua/weapons/csgo_m9_tiger.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Tiger Tooth' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Tiger Tooth' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/lua/weapons/csgo_m9_ultraviolet.lua b/lua/weapons/csgo_m9_ultraviolet.lua index c1819c4..5ca6779 100644 --- a/lua/weapons/csgo_m9_ultraviolet.lua +++ b/lua/weapons/csgo_m9_ultraviolet.lua @@ -22,7 +22,7 @@ if ( SERVER ) then end if ( CLIENT ) then - SWEP.PrintName = 'M9 Bayonet Knife | Ultraviolet' + SWEP.PrintName = 'M9 Bayonet Knife' .. ' | ' .. 'Ultraviolet' SWEP.Slot = TTT and 6 or 2 SWEP.SlotPos = 0 end @@ -57,7 +57,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = { ROLE_TRAITOR } +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and { ROLE_TRAITOR } or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none. diff --git a/tools/weapon_template.lua b/tools/weapon_template.lua index 3f4c719..c57cb91 100644 --- a/tools/weapon_template.lua +++ b/tools/weapon_template.lua @@ -54,7 +54,7 @@ SWEP.AutoSpawnable = false -- CanBuy is a table of ROLE_* entries like ROLE_TRAITOR and ROLE_DETECTIVE. If -- a role is in this table, those players can buy this. -SWEP.CanBuy = {canbuy} +SWEP.CanBuy = cvars.Bool("csgo_knives_canbuy", true) and {canbuy} or nil -- InLoadoutFor is a table of ROLE_* entries that specifies which roles should -- receive this weapon as soon as the round starts. In this case, none.