26.02.2012, 21:53
pawn Код:
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;
}
}