View Single Post
Old
  (#2)
Dragonwraith is Offline
Senior Member
 
Posts: 1,609
Join Date: Mar 2003
Location: I'm a MASShole
   
Default 01-24-2004, 05:47 AM

this works for me

local.fire = spawn script_model
local.fire model "emitters/fire.tik"
local.fire.origin = ( 3239 4143 129)
local.fire.angles = (0 45 0)
local.fire.scale = 2.0
local.fire loopsound fire_large

loopsound will make the sound play over abd over rather than once
  
Reply With Quote