Guest User

Untitled

a guest
May 1st, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. //=================GrandMaster=============// Radio system=================//
  2. #include <a_samp>
  3.  
  4.  
  5. public OnPlayerStateChange(playerid, newstate, oldstate)
  6. {
  7.  
  8. if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
  9. {
  10. PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=276668");
  11. }
  12.  
  13. else if(oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
  14. {
  15. StopAudioStreamForPlayer(playerid);
  16. }
  17. return 1;
  18. }
  19. //==Vilage Rebirth Uskoro//==
  20. //==Vlasnici: Dimi,Ivan
  21. //==Maper: Ivan
Advertisement
Add Comment
Please, Sign In to add comment