20.10.2013, 01:18
Here is the code:
this should work
pawn Код:
public OnPlayerConnect(playerid)
{
PlayAudioStreamForPlayer(playerid, "https://www.dropbox.com/s/wwpotous9cb1ofm/finally.mp3");
return 1;
}
pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
StopAudioStreamForPlayer(playerid);
return 1;
}