mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
24 lines
561 B
Lua
24 lines
561 B
Lua
--include("shared.lua")
|
|
--AddCSLuaFile("shared.lua")
|
|
--AddCSLuaFile("cl_init.lua")
|
|
SWEP.Author = "glebqip"
|
|
SWEP.Contact = ""
|
|
SWEP.Purpose = "Button presser"
|
|
SWEP.Instructions = "Button presser"
|
|
SWEP.Spawnable = true
|
|
SWEP.AdminSpawnable = true
|
|
SWEP.Category = "Metrostroi"
|
|
|
|
|
|
SWEP.UseHands = false
|
|
|
|
SWEP.Primary.ClipSize = -1
|
|
SWEP.Primary.DefaultClip = -1
|
|
SWEP.Primary.Automatic = true
|
|
SWEP.Primary.Ammo = ""
|
|
|
|
SWEP.Secondary.ClipSize = -1
|
|
SWEP.Secondary.DefaultClip = -1
|
|
SWEP.Secondary.Automatic = false
|
|
SWEP.Secondary.Ammo = "none"
|