This may sound stupid
#5

Tested & working,
nice song by the way
pawn Код:
if(!strcmp(cmdtext, "/playall", true, 8)) //for samps sake why strcmp, use a command processor better :D
    {
    new url[128];//depending on how long the url size you think will be
    format(url, sizeof(url), "%s",cmdtext[9]);
    if(!IsPlayerAdmin(playerid)) return 0;
    for(new i = 0; i < MAX_PLAYERS; i++) //foreach would be way better
    {
    PlayAudioStreamForPlayer(i,url);
    }
    return 1;
    }
Reply


Messages In This Thread
[Help] This may sound stupid [Radio] - by [MM]18240[FMB] - 18.07.2012, 05:22
Re: This may sound stupid - by tyler12 - 18.07.2012, 05:47
Re: This may sound stupid - by [MM]18240[FMB] - 18.07.2012, 06:45
Re: This may sound stupid - by [MM]18240[FMB] - 19.07.2012, 22:44
Re: This may sound stupid - by nepstep - 19.07.2012, 23:05
Re: This may sound stupid - by [KHK]Khalid - 19.07.2012, 23:15
Re: This may sound stupid - by Robert West - 19.07.2012, 23:20
Re: This may sound stupid - by nepstep - 19.07.2012, 23:29
Re: This may sound stupid - by [MM]18240[FMB] - 20.07.2012, 01:37
Re: This may sound stupid - by nepstep - 20.07.2012, 04:59

Forum Jump:


Users browsing this thread: 1 Guest(s)