Playing music stream in interior
#5

can i just put this stuff in a new filterscript ??

if i only put this:

pawn Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
#define FILTERSCRIPT

#include <a_samp>


public OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{
    switch(93)
    {
        case 0:
        {
            PlayAudioStreamForPlayer(playerid, "http://82.72.91.159:8000", 2554.4253, 1417.2795, 7703.7041, 270.7457, 50.0);
        }
        default:
        {
            StopAudioStreamForPlayer(playerid);
        }
        return 1;
    }
}
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)