Playing music stream in interior
#9

pawn Код:
OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{
    switch(newinterior)
    {
        case [your interior]:{PlayAudioStreamForPlayer(playerid, [your url], 0.0, 0.0, 0.0, 0.0, 0);}
        default:{StopAudioStreamForPlayer(playerid);}
    }
     return 1;
}
They sended me that on the Dutch forums
Reply


Messages In This Thread
Playing music stream in interior - by Just rp - 26.02.2012, 21:38
AW: Playing music stream in interior - by Drebin - 26.02.2012, 21:53
Re: Playing music stream in interior - by Just rp - 26.02.2012, 21:58
AW: Playing music stream in interior - by Drebin - 26.02.2012, 22:00
Re: Playing music stream in interior - by Just rp - 26.02.2012, 22:02
AW: Re: Playing music stream in interior - by Drebin - 26.02.2012, 22:03
Re: Playing music stream in interior - by Sinner - 26.02.2012, 22:07
Re: Playing music stream in interior - by Just rp - 26.02.2012, 22:10
Re: Playing music stream in interior - by Just rp - 26.02.2012, 22:12
Re: Playing music stream in interior - by lewismichaelbbc - 26.02.2012, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)