13 lines
322 B
Lua
13 lines
322 B
Lua
|
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
|