13.07.2010, 20:26
Hi,
I made some nice map and added some music to it using the following code in OnPlayerSpawn:
The code works, the music start playing, but the problem is, when you leave the area, the music keep on playing and won't stop.
How can I stop the music when somebody leave the area?
Thanks!
I made some nice map and added some music to it using the following code in OnPlayerSpawn:
Код:
PlayerPlaySound(playerid, 1068, 835.6853, -2019.2902, 12.8672);
How can I stop the music when somebody leave the area?
Thanks!