• Loop sound
    4 replies, posted
How would I play and loop and engine sound?
CreateSound( Entity targetEnt, string soundName )
[QUOTE=Masster;46929033]CreateSound( Entity targetEnt, string soundName )[/QUOTE] And to remove?
CreateSound returns an object that has a Stop method. local a = CreateSound a:Stop a:Play
[QUOTE=Robotboy655;46929602]CreateSound returns an object that has a Stop method. local a = CreateSound a:Stop a:Play[/QUOTE] Oh, Thanksyou
Sorry, you need to Log In to post a reply to this thread.