Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(strcmp(cmd, "/pesma", true) == 0)
- {
- if(PlayerInfo[playerid][pAdmin] >= 1)
- {
- if(IsPlayerConnected(playerid))
- {
- PlayAudioStreamForAll("http://www.youtube.com/watch?v=XEliJYqfsRI&feature=youtu.be");
- return true;
- }
- else
- {
- SCM(playerid, COLOR_WHITE, " Samo admini!");
- }
- }
- return 1;
- }
- if(strcmp(cmd, "/zaustavi", true) == 0)
- {
- StopAudioStreamForAll("http://www.youtube.com/watch?v=XEliJYqfsRI&feature=youtu.be");
- return true;
- }
Advertisement
Add Comment
Please, Sign In to add comment