View Single Post
Old
  (#5)
Dragonwraith is Offline
Senior Member
 
Posts: 1,609
Join Date: Mar 2003
Location: I'm a MASShole
   
Default 09-10-2003, 10:12 AM

dunno if this is how your doing it but:

local.bags1 = spawn script_model
local.bags1 model "static/sandbag_longsegment.tik"
local.bags1.origin = ( 2205.46 -3086.55 0.59)
local.bags1.angles = (0.00 0.00 0.00)
local.bags1 solid<-- makes so players can't walk through
local.bags1 nodamage<-- makes bullet proof

I've had no problems doing it this way
  
Reply With Quote