2much4Us

Untitled

Jun 11th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2.  
  3. if !timer.Exists( "cwar" ) then
  4.  
  5. timer.Create( "cwar", 1, 0, function()
  6.  
  7. for _, p in pairs(player.GetAll()) do
  8.  
  9. p:EmitSound( "ambient/levels/streetwar/city_battle"..math.random( 1, 19 )..".wav", 100, math.random( 90, 120 ) )
  10.  
  11. end
  12.  
  13. end)
  14.  
  15. else
  16.  
  17. timer.Remove( "cwar" )
  18.  
  19. end
Add Comment
Please, Sign In to add comment