23.11.2012, 13:28 
	
	
	
		i cant hear radio all time only after i rrestart server..Rep!
	
	
	
	
PHP код:
forward RadioScena(playerid);
                    public RadioScena(playerid)
                    {
                    if(IsPlayerInRangeOfPoint(playerid,50.0,251.5308,-1807.7228,7.8359))
                    {
                    if(!GetPVarInt(playerid,"muzica"))
                    {
                    SetPVarInt(playerid,"muzica",1);
                    PlayAudioStreamForPlayer(playerid, "http://46.102.252.60:8136/",251.5308,-1807.7228,7.8359, 80.0,true);
                    }  //http://radio-crazy.is-a-chef.com:8024/
                    }
                    else
                    {
                    if(GetPVarInt(playerid,"muzica"))
                    {
                    DeletePVar(playerid,"muzica");
                    StopAudioStreamForPlayer(playerid);
                    }
                    }
                    return 1;
                    } 
PHP код:
ongamemodeinit:
SetTimer("RadioScena", 1000, 1); 

