zombiesurvival-evolved/gamemodes/zombiesurvival/entities/entities/status_ghost_resupplybox.lua

13 lines
322 B
Lua
Raw Normal View History

2014-10-02 08:49:54 +08:00
AddCSLuaFile()
ENT.Type = "anim"
ENT.Base = "status_ghost_base"
ENT.GhostModel = Model("models/Items/ammocrate_ar2.mdl")
ENT.GhostRotation = Angle(270, 0, 0)
ENT.GhostHitNormalOffset = 12
ENT.GhostEntity = "prop_resupplybox"
ENT.GhostWeapon = "weapon_zs_resupplybox"
ENT.GhostDistance = 64
ENT.GhostLimitedNormal = 0.75