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
#2

use id 1186 instead of 1190
Reply
#3

Quote:
Originally Posted by dice7
use id 1186 instead of 1190
thanks man it worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)