mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +03:00
Upload
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Endüstriyel Üniforma MI"
|
||||
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
|
||||
ITEM.description = "Mark I ağır sanayi giysisi, fabrika işleri için eski Sovyet tasarımlarından türetilmiştir. Kirli dumanlara karşı korunmak için kullanılmasının faydalı olduğu kanıtlanmıştır."
|
||||
ITEM.category = "Clothing - Worker"
|
||||
ITEM.replacement = "models/industrial_uniforms/industrial_uniform.mdl"
|
||||
ITEM.isGasmask = true
|
||||
ITEM.isPPE = true
|
||||
ITEM.isMask = true
|
||||
@@ -0,0 +1,19 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Endüstriyel Üniforma MII"
|
||||
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
|
||||
ITEM.description = "Kıyafet aynı kalırken, Mark II genel olarak ek koruyucu katmanları ve çok daha az klostrofobik maskesi için daha uygundur. Hem sporlara hem de zehirlere karşı daha yüksek korumaya sahiptir."
|
||||
ITEM.category = "Clothing - Worker"
|
||||
ITEM.replacement = "models/industrial_uniforms/industrial_uniform2.mdl"
|
||||
ITEM.isGasmask = true
|
||||
ITEM.isPPE = true
|
||||
ITEM.isMask = true
|
||||
18
gamemodes/darkrp/schema/items/outfit/sh_worker_uniform.lua
Normal file
18
gamemodes/darkrp/schema/items/outfit/sh_worker_uniform.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "İşçi Üniforması"
|
||||
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
|
||||
ITEM.description = "Combine işçi üniforması."
|
||||
ITEM.category = "Clothing - Worker"
|
||||
ITEM.replacement = "models/hlvr/characters/worker/npc/worker_citizen.mdl"
|
||||
ITEM.isGasmask = true
|
||||
ITEM.isPPE = true
|
||||
21
gamemodes/darkrp/schema/items/outfit/sh_worker_uniform2.lua
Normal file
21
gamemodes/darkrp/schema/items/outfit/sh_worker_uniform2.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ITEM.name = "Turuncu İşçi Üniforması"
|
||||
ITEM.model = Model("models/props_c17/BriefCase001a.mdl")
|
||||
ITEM.description = "Turuncu Combine işçi üniforması."
|
||||
ITEM.category = "Clothing - Worker"
|
||||
ITEM.replacement = "models/hlvr/characters/worker/npc/worker_citizen.mdl"
|
||||
ITEM.bodyGroups = {
|
||||
["Uniform Variant"] = 1
|
||||
}
|
||||
ITEM.isGasmask = true
|
||||
ITEM.isPPE = true
|
||||
Reference in New Issue
Block a user