15.06.2013, 18:48
Well I'm trying to play a song in the skin selection so i did.
but the music plays in skin selection, but stops when i press left or right then starts again from the beginning and when i press spawn it continues to play, any help?
Code:
public OnPlayerRequestClass(playerid, classid)
{
PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/h286pk3c97/themusic.mp3");
if(classid == 0) GameTextForPlayer(playerid,"~b~blahblah",2000,5);
{
SetPlayerPos(playerid,1268.7476,-900.2996,42.8828);
SetPlayerCameraPos(playerid,1268.6455,-904.1758,42.8828);
SetPlayerFacingAngle(playerid,187.4978);
SetPlayerCameraLookAt(playerid,1268.7476,-900.2996,42.882);

