How to stop music on SA-MP?
#1

Well i made a command that plays certain music but i dont know how to stop it. Could someone help me?
Reply
#2

@ OnPlayerSpawn:

pawn Code:
PlayerPlaySound(playerid, 1184, 0, 0, 0);
Reply
#3

If its PlayerPlaySound your using, use a blank sound id.

When you want the music to stop use:

Code:
PlayerPlaySound(playerid,1186 ,0, 0, 0);
To late....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)