[HELP]audiostreaming
#3

pawn Код:
if(strcmp(cmdtext, "/join", true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            PlayAudioStreamForPlayer(i, "http://www.e-jessen.de/joinmeister.mp3");
        }
    }
    return 1;
}
Do you know return 1 will instantly breaks the loop and stop that command?
Also, this is not related to 0.3d. It should be moved to scripting discussion.
Reply


Messages In This Thread
[HELP]audiostreaming - by Meisternuke - 23.11.2011, 14:53
Re: [HELP]audiostreaming - by marwan - 23.11.2011, 14:59
Re: [HELP]audiostreaming - by leong124 - 23.11.2011, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)