Jump to content

Music for all


Adrian0606
 Share

Recommended Posts

CMD:music(playerid, params[])
{
   if(PlayerInfo[playerid][pAdmin] == 6) {
    {
        new url[128];
        if(sscanf(params,"s[128]",url)) return SendClientMessage(playerid,-1,"USAGE: /music (url)");
            for(new i = 0; i < MAX_PLAYERS; i++)
            {
                PlayAudioStreamForPlayer(i, url);
            }
    }
        return 1;

 

Primesc o gramada de warrning-uri

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...