mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
26
lua/entities/prop_vehicle_zapc_rocket/shared.lua
Normal file
26
lua/entities/prop_vehicle_zapc_rocket/shared.lua
Normal file
@@ -0,0 +1,26 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
ENT.Type = 'anim'
|
||||
ENT.Base = 'base_anim'
|
||||
|
||||
ENT.PrintName = 'Zaco\'s favorite APC rocket'
|
||||
ENT.Author = 'Zaubermuffin'
|
||||
ENT.Contact = 'zaubermuffin@gmail.com'
|
||||
ENT.Purpose = 'wooosh wooosh'
|
||||
ENT.Instructions = 'run. run faster.'
|
||||
|
||||
ENT.Spawnable = false
|
||||
ENT.AdminSpawnable = false
|
||||
|
||||
|
||||
function ENT:CanTool()
|
||||
return false
|
||||
end
|
||||
Reference in New Issue
Block a user