Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (strcmp("/Musikon", cmdtext, true, 10) == 0)
- {
- StopAudioStreamForPlayer(playerid);
- PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
- PlayAudioStreamForPlayer(playerid, "http://listen.technobase.fm/dsl.pls");
- return 1;
- }
- if (strcmp("/Musikoff", cmdtext, true, 10) == 0)
- {
- StopAudioStreamForPlayer(playerid);
- return 1;
- }
Add Comment
Please, Sign In to add comment