27.03.2013, 01:34
Well, when I am in class selection, I press Next for next skin, but it repeats the song again.. How to fix it?
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 2323.5830,1283.2872,97.5052);
SetPlayerFacingAngle(playerid,90);
SetPlayerCameraPos(playerid, 2313.5503,1283.2721,98.1951);
SetPlayerCameraLookAt(playerid, 2313.5503,1283.2721,98.1951);
PlayAudioStreamForPlayer(playerid, "http://racerevolution.cu.cc/music/Skrillex%20-%20First%20of%20the%20Year%20GOAT%20Edition.mp3");
return 1;
}