Advertisement
2much4Us

Untitled

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