dobrograd-13-06-2022/garrysmod/addons/gmod-sweps/lua/weapons/weapon_flashlight_uv.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

30 lines
No EOL
738 B
Lua

SWEP.Base = 'weapon_flashlight'
SWEP.PrintName = L.flashlight_uv
SWEP.Category = L.dobrograd
SWEP.Author = "Paynamia + chelog"
SWEP.Contact = ""
SWEP.Purpose = ""
SWEP.Instructions = L.instruction_flashlight
SWEP.Spawnable = true
SWEP.AdminSpawnable = true
SWEP.UseHands = true
SWEP.ViewModel = "models/weapons/c_flashlight_zm.mdl"
SWEP.WorldModel = "models/weapons/w_flashlight_zm.mdl"
SWEP.Primary.ClipSize = -1
SWEP.Primary.DefaultClip = -1
SWEP.Primary.Damage = 10
SWEP.Primary.Automatic = false
SWEP.Primary.Ammo = "none"
SWEP.Secondary.ClipSize = -1
SWEP.Secondary.DefaultClip = -1
SWEP.Secondary.Automatic = false
SWEP.Secondary.Ammo = "none"
SWEP.Icon = 'octoteam/icons/flashlight.png'
SWEP.FlashColor = '100 0 255 255'