mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
init
This commit is contained in:
23
lua/weapons/train_key/shared.lua
Normal file
23
lua/weapons/train_key/shared.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
--include("shared.lua")
|
||||
--AddCSLuaFile("shared.lua")
|
||||
--AddCSLuaFile("cl_init.lua")
|
||||
SWEP.Author = "glebqip"
|
||||
SWEP.Contact = ""
|
||||
SWEP.Purpose = "Key for use some locked things on map"
|
||||
SWEP.Instructions = "Use key on admin-locked things"
|
||||
SWEP.Spawnable = true
|
||||
SWEP.AdminOnly = true
|
||||
SWEP.Category = "Metrostroi"
|
||||
|
||||
|
||||
SWEP.UseHands = false
|
||||
|
||||
SWEP.Primary.ClipSize = -1
|
||||
SWEP.Primary.DefaultClip = -1
|
||||
SWEP.Primary.Automatic = false
|
||||
SWEP.Primary.Ammo = "none"
|
||||
|
||||
SWEP.Secondary.ClipSize = -1
|
||||
SWEP.Secondary.DefaultClip = -1
|
||||
SWEP.Secondary.Automatic = false
|
||||
SWEP.Secondary.Ammo = "none"
|
||||
Reference in New Issue
Block a user