Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock BombDefusedAudio ()
- {
- for(new 1 = 0; i<=MAX_PLAYERS; i++){
- PlayAudioStreamForPlayer(i, "http://k003.kiwi6.com/hotlink/dmn4yp74l8/bombdef.wav");
- }
- return 1;
- }
- stock BombPlantAudio ()
- {
- for(new 1 = 0; i<=MAX_PLAYERS; i++){
- PlayAudioStreamForPlayer(i, "http://k003.kiwi6.com/hotlink/li7s8r2u19/bombpl.wav");
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment