1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
This commit is contained in:
g_brzhezinskiy
2021-01-02 12:51:45 +03:00
commit 1d05caf866
613 changed files with 337020 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
--include("shared.lua")
--AddCSLuaFile("shared.lua")
--AddCSLuaFile("cl_init.lua")
SWEP.Author = "TP Hunter NL"
SWEP.Contact = "http:--facepunch.com/showthread.php?t=1328089"
SWEP.Purpose = "Sit inside train and put it into reverser slot, turn reverser to forward, drive the train"
SWEP.Instructions = "Used as a key and reverser handle for the subway trains"
SWEP.Spawnable = false
SWEP.AdminSpawnable = false
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"