this is not working men
#1

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid,-691.5498,934.7952,13.6328,10) == 1 && RadioOn == 1)
    {
        if(!GetPVarInt(playerid,"spawn"))
        {
                SetPVarInt(playerid,"spawn",1);
                if(RadioOn == 1)
                {
                    if(Genre == 1)
                    {
                        PlayAudioStreamForPlayer(playerid,"http://somafm.com/tags.pls",-691.5498,934.7952,13.6328,25,1);
                    }
                    if(Genre == 2)
                    {
                        PlayAudioStreamForPlayer(playerid,"http://173.236.56.82:8004/listen.pls",-691.5498,934.7952,13.6328,25,1);
                    }
                    if(Genre == 3)
                    {
                        PlayAudioStreamForPlayer(playerid,"http://173.192.224.123:8543/listen.pls",-691.5498,934.7952,13.6328,25,1);
                    }
                    if(Genre == 4)
                    {
                        PlayAudioStreamForPlayer(playerid,"http://stream.hitparty.net:8000/listen.pls",-691.5498,934.7952,13.6328,25,1);
                    }
                    if(Genre == 5)
                    {
                        PlayAudioStreamForPlayer(playerid,"http://uplink.duplexfx.com:8010/listen.pls",-691.5498,934.7952,13.6328,25,1);
                    }
                    if(Genre == 6)
                    {
                        PlayAudioStreamForPlayer(playerid,"http://www.acousticalternative.com/listen.pls",-691.5498,934.7952,13.6328,25,1);
                    }
                }
        }
    }
    if(IsPlayerInRangeOfPoint(playerid,-691.5498,934.7952,13.6328,10) == 0)
    {
        if(GetPVarInt(playerid,"spawn") && !IsPlayerInAnyVehicle(playerid))
        {
            DeletePVar(playerid,"spawn");
            StopAudioStreamForPlayer(playerid);
        }
    }
    return 1;
}
Reply


Messages In This Thread
this is not working men - by spd_sahil - 05.04.2012, 16:58
Re: this is not working men - by xXitsgodzillaXx - 05.04.2012, 17:04
Re: this is not working men - by spd_sahil - 05.04.2012, 17:07
Re: this is not working men - by xXitsgodzillaXx - 05.04.2012, 17:15
Re: this is not working men - by spd_sahil - 05.04.2012, 17:27
Re: this is not working men - by MP2 - 05.04.2012, 17:41
Re: this is not working men - by xXitsgodzillaXx - 05.04.2012, 18:48

Forum Jump:


Users browsing this thread: 2 Guest(s)