summaryrefslogtreecommitdiff
path: root/entities/weapons/bobs_scoped_base/init.lua
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-04-16 02:02:00 -0400
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-04-16 02:02:00 -0400
commit7e5db609550cca0d8b8a76c4bf78ba4658962167 (patch)
tree4df54e0c4eccff0b022e0732c258b7b193fd6cfe /entities/weapons/bobs_scoped_base/init.lua
downloadgmstranded-7e5db609550cca0d8b8a76c4bf78ba4658962167.tar.gz
gmstranded-7e5db609550cca0d8b8a76c4bf78ba4658962167.tar.bz2
gmstranded-7e5db609550cca0d8b8a76c4bf78ba4658962167.zip
Initial commit
Diffstat (limited to 'entities/weapons/bobs_scoped_base/init.lua')
-rw-r--r--entities/weapons/bobs_scoped_base/init.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/entities/weapons/bobs_scoped_base/init.lua b/entities/weapons/bobs_scoped_base/init.lua
new file mode 100644
index 0000000..3f157ab
--- /dev/null
+++ b/entities/weapons/bobs_scoped_base/init.lua
@@ -0,0 +1,17 @@
+AddCSLuaFile( "cl_init.lua" )
+AddCSLuaFile( "shared.lua" )
+
+include('shared.lua')
+
+SWEP.Weight = 30 // Decides whether we should switch from/to this
+SWEP.AutoSwitchTo = true // Auto switch to if we pick it up
+SWEP.AutoSwitchFrom = true // Auto switch from if you pick up a better weapon
+
+-- function SWEP:Initialize()
+-- end
+
+function SWEP:OnRemove()
+end
+
+
+