25.12.2015, 12:05
i put it like this but it still doesnt work:
Also, Radio EQ is on.
PHP код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
if(GetPlayerInterior(playerid) == 0)
{
PlayAudioStreamForPlayer(playerid, "http://www.hot108.com/hot108.asx", 294.9009,1843.5282,994.2917,50.0,1);
}
else
{
StopAudioStreamForPlayer(playerid);
}
return 1;
}