mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 06:03:47 +03:00
Upload
This commit is contained in:
25
gamemodes/darkrp/schema/items/weapons/sh_stunstick.lua
Normal file
25
gamemodes/darkrp/schema/items/weapons/sh_stunstick.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
--[[
|
||||
| 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 = "CV-2000 Şok Çubuğu"
|
||||
ITEM.description = "Koyu gri renkte kaplanmış, üst kısmında birkaç bobin bulunan kısa bir çubuk."
|
||||
ITEM.model = "models/weapons/w_stunbaton.mdl"
|
||||
ITEM.class = "ix_stunstick"
|
||||
ITEM.weaponCategory = "melee"
|
||||
ITEM.exRender = true
|
||||
ITEM.colorAppendix = {["red"] = "Elektrik ayarını PVP'de açmak yasaktır!"}
|
||||
ITEM.width = 1
|
||||
ITEM.height = 3
|
||||
ITEM.iconCam = {
|
||||
pos = Vector(5.22, -0.11, 199.93),
|
||||
ang = Angle(88.2, -183.11, 0),
|
||||
fov = 2.29
|
||||
}
|
||||
Reference in New Issue
Block a user