Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Game Sounds By Faff */
- /*All sounds hosted by Faff (forever) */
- #include <a_samp>
- /* Game sound effects */
- monsterkillsound(playerid) //Play sound: Monsterkill
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/monsterkill.wav");
- }
- megakillsound(playerid)//Play sound: Megakill
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/megakill.wav");
- }
- deathsound(playerid)//Play sound: *Screaming human*
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/death.mp3");
- }
- godlikesound(playerid)//Play sound: Godlike
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/godlike.wav");
- }
- holyshitsound(playerid)//Play sound: Holyshit
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/holyshit.wav");
- }
- ownagesound(playerid)//Play sound: ownage
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/ownage.wav");
- }
- firstbloodsound(playerid)//Play sound: First blood
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/firstblood.wav");
- }
- scaryscreamsound(playerid)//Play sound: *scary screaming human*
- {
- PlayAudioStreamForPlayer(playerid, "http://www.ph-rp.webege.com/scaryscream.wav");
- }
- /* Game Sound Effects */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement