Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //=================GrandMaster=============// Radio system=================//
- #include <a_samp>
- public OnPlayerStateChange(playerid, newstate, oldstate)
- {
- if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
- {
- PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=276668");
- }
- else if(oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
- {
- StopAudioStreamForPlayer(playerid);
- }
- return 1;
- }
- //==Vilage Rebirth Uskoro//==
- //==Vlasnici: Dimi,Ivan
- //==Maper: Ivan
Advertisement
Add Comment
Please, Sign In to add comment