Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. function playSoundOn(URL,ent)
  2. sound.PlayURL ( URL, "3d", function( station )
  3. if ( IsValid( station ) ) then
  4. timer.Create("tesddd",0.1,0,function()
  5. for k,v in pairs (ents.FindByClass(ent)) do
  6. station:SetPos( v:GetPos() )
  7. end end)
  8. station:Play()
  9. else end
  10. end )
  11. end
  12.  
  13. playSoundOn("https://www.dropbox.com/s/rh6j2h402yjmx87/John%20Williamson%20True%20Blue.mp3?dl=1","gmod_sent_vehicle_fphysics_base")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement