mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
Upload
This commit is contained in:
28
lua/weapons/weapon_vj_mp5k_z/shared.lua
Normal file
28
lua/weapons/weapon_vj_mp5k_z/shared.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
if (!file.Exists("autorun/vj_base_autorun.lua","LUA")) then return end
|
||||
---------------------------------------------------------------------------------------------------------------------------------------------
|
||||
SWEP.Base = "weapon_vj_smg1"
|
||||
SWEP.PrintName = "MP5K"
|
||||
SWEP.Author = "Zippy"
|
||||
SWEP.Category = "VJ Base"
|
||||
|
||||
SWEP.MadeForNPCsOnly = true
|
||||
SWEP.WorldModel = "models/weapons/w_mp5k.mdl"
|
||||
|
||||
SWEP.Primary.Damage = 6 -- Damage
|
||||
SWEP.Primary.ClipSize = 30 -- Max amount of bullets per clip
|
||||
SWEP.Primary.Delay = 0.12 -- Time until it can shoot again
|
||||
SWEP.Primary.Sound = {"weapons/mp5k_comb/mp5k_fire2.wav"}
|
||||
SWEP.Primary.DistantSound = {"weapons/mp5k_comb/mp5k_fire_dist.wav"}
|
||||
|
||||
SWEP.NPC_HasSecondaryFire = false -- Can the weapon have a secondary fire?
|
||||
---------------------------------------------------------------------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user