Guest User

asd

a guest
Jun 20th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if(strcmp(cmd, "/pesma", true) == 0)
  2. {
  3. if(PlayerInfo[playerid][pAdmin] >= 1)
  4. {
  5. if(IsPlayerConnected(playerid))
  6. {
  7. PlayAudioStreamForAll("http://www.youtube.com/watch?v=XEliJYqfsRI&feature=youtu.be");
  8. return true;
  9. }
  10. else
  11. {
  12. SCM(playerid, COLOR_WHITE, " Samo admini!");
  13. }
  14. }
  15. return 1;
  16. }
  17.  
  18. if(strcmp(cmd, "/zaustavi", true) == 0)
  19. {
  20. StopAudioStreamForAll("http://www.youtube.com/watch?v=XEliJYqfsRI&feature=youtu.be");
  21. return true;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment