16.01.2012, 14:56
Sure... If you dont wanna learn something:
Untested... If errors just show me the errors
pawn Код:
//Under the command:
SetTimer("ResetPosOfRadio", 1000, true);
//Somewhere top your script:
forward ResetPosOfRadio(playerid);
//Somewhere in ur script.
public ResetPosOfRadio(playerid)
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://somafm.com/tags.pls", X, Y, Z, Distance, 1);
return 1;
}

