30 lines
No EOL
738 B
Lua
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' |