stop playing sound
#1

What's the command to stop playing sound when player spawns??
Reply
#2

There isn't one as far as I know.. You just have to wait for the sound to stop playing
Reply
#3

So how to stop the sound PlayerPlaySound(playerid, 1097,0,0,0);? when he spawns? i saw in server this sound and they stop it somehow
Reply
#4

Well I can't see a function on the wiki, and usually the wiki is king. Maybe by doing something to the player, like changing their position causes the sound to stop.
Reply
#5

well then it would end the sound cuz i change his position..
Reply
#6

Try that soundid 1186.
Reply
#7

that doesn't play anything..
Reply
#8

Open AudioEvents.txt..

Код:
SOUND_AWARD_TRACK_START 1097

SOUND_AWARD_TRACK_STOP 1098
Reply
#9

Try this
Код:
PlayerPlaySound(playerid,1063,0.0,0.0,0.0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)