proking

Bomb plant/defuse

Nov 12th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. stock BombDefusedAudio ()
  2. {
  3. for(new 1 = 0; i<=MAX_PLAYERS; i++){
  4. PlayAudioStreamForPlayer(i, "http://k003.kiwi6.com/hotlink/dmn4yp74l8/bombdef.wav");
  5. }
  6. return 1;
  7. }
  8.  
  9. stock BombPlantAudio ()
  10. {
  11. for(new 1 = 0; i<=MAX_PLAYERS; i++){
  12. PlayAudioStreamForPlayer(i, "http://k003.kiwi6.com/hotlink/li7s8r2u19/bombpl.wav");
  13. }
  14. return 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment