music at selecting class
#1

i cant stop the music:

public OnPlayerRequestClass(playerid)
{
PlayerPlaySound(playerid, 1185, 0.0, 0.0, 0.0); // my selected music (1185)
return 1;
}

public OnPlayerSpawn(playerid)
{
PlayerPlaySound(playerid, 1190, 0.0, 0.0, 0.0); // slap sound to stop the music (1190)
return 1;
}

but it still doesnt work! the music still keeps playing after i spawn! the slap sound played but the selecting class music didnt stop
Reply


Messages In This Thread
music at selecting class - by jamesbond007 - 02.12.2009, 11:20
Re: music at selecting class - by dice7 - 02.12.2009, 11:26
Re: music at selecting class - by jamesbond007 - 02.12.2009, 11:30

Forum Jump:


Users browsing this thread: 1 Guest(s)