Help with Sound
#1

Hello, Im trying to attach a PlayerPlaySound in the OnPlayerRequestClass place, but I want the music to play only there, but it continues to play even after I Spawn, how to fix it?

-Thank You.
Reply
#2

Under OnPlayerSpawn, add this.

pawn Код:
PlayerPlaySound (playerid, 1063, 0.0, 0.0, 0.0);
Reply
#3

You didnt understand me, I dont want the music to play after the player spawns, I want it to play only in the Skin Selection. My problem is that it plays in Skin Selection and After it.
Reply
#4

I think it is not possible.

It's supposed to be a sound at the start, stop would therefore have no interest.

And if the function exists to stop it, it would surely PlayerStopSound, what does not exist ...
Reply
#5

Use what I gave you. It plays a sound that stops all sounds.
Reply
#6

Thank you, it helped
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)