SA-MP Forums Archive
PlayerPlaySound not working? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PlayerPlaySound not working? (/showthread.php?tid=464364)



PlayerPlaySound not working? - Army - 16.09.2013

Hello guys, i want to use PlayerPlaySound with one of id of this list

This two works fine:
{ !"SOUND_GOGO_TRACK_START", 1062 },
{ !"SOUND_GOGO_TRACK_STOP", 1063 },

Others ids nothing..
{ !"SOUND_GOGO_PLAYER_FIRE", 1059 },
{ !"SOUND_GOGO_ENEMY_FIRE", 1060 },
{ !"SOUND_GOGO_EXPLOSION", 1061 },
{ !"SOUND_GOGO_SELECT", 1064 },
{ !"SOUND_GOGO_ACCEPT", 1065 },
{ !"SOUND_GOGO_DECLINE", 1066 },
{ !"SOUND_GOGO_GAME_OVER", 1067 },

It's disabled by SA-MP or not supported, or what is the problem, because it dont work...


Re: PlayerPlaySound not working? - Army - 18.09.2013

bump, none can help or you dont understand me?


Re: PlayerPlaySound not working? - DanishHaq - 18.09.2013

I think only these are available: https://sampwiki.blast.hk/wiki/SoundID. If the ones that you want aren't there, then it's not available at the moment.


Re: PlayerPlaySound not working? - Army - 18.09.2013

Well, but "You can find all available Sound ID's in the file located at you GTA San Andreas folder, at \data\AudioEvents.txt" it's in list.. so what?
Код:
SOUND_GOGO_PLAYER_FIRE 1059

SOUND_GOGO_ENEMY_FIRE 1060

SOUND_GOGO_EXPLOSION 1061

SOUND_GOGO_TRACK_START 1062

SOUND_GOGO_TRACK_STOP 1063

SOUND_GOGO_SELECT 1064

SOUND_GOGO_ACCEPT 1065

SOUND_GOGO_DECLINE 1066

SOUND_GOGO_GAME_OVER 1067



Re: PlayerPlaySound not working? - Army - 19.09.2013

bump ?