Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public OnPlayerDeath(playerid, killerid, reason)
  2. {
  3. new Float:X, Float:Y, Float:Z, Float:Distance = 5.0;
  4. GetPlayerPos(playerid, X, Y, Z);
  5. PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", 5, 5, 1, Distance, 1);
  6. ClearChatbox(playerid);
  7. return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement