[FilterScript] vyper's Sound Explorer - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] vyper's Sound Explorer (
/showthread.php?tid=428062)
vyper's Sound Explorer -
vyper - 04.04.2013
*removed* please delete thread.
Re: vyper's Sound Explorer -
redreaper666 - 04.04.2013
theres a way easyier way you could test out all sounds not just 6898

Here it is:
Код:
COMMAND:sound(playerid, params[])
{
new amt;
if(sscanf(params, "ii", amt)) return SendClientMessage(playerid, -1, "{F81414}COMMAND: {FFFFFF}/sound <soundid>");
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X,Y,Z);
PlayerPlaySound(playerid, amt, X,Y,Z);
return 1;
}
but good work with the textdraws.
Re: vyper's Sound Explorer -
V1ceC1ty - 04.04.2013
Quote:
Originally Posted by redreaper666
theres a way easyier way you could test out all sounds not just 6898 
Here it is:
Код:
COMMAND:sound(playerid, params[])
{
new amt;
if(sscanf(params, "ii", amt)) return SendClientMessage(playerid, -1, "{F81414}COMMAND: {FFFFFF}/sound <soundid>");
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X,Y,Z);
PlayerPlaySound(playerid, amt, X,Y,Z);
return 1;
}
but good work with the textdraws.
|
That may be easier but it doesn't provide any descriptions or the names of people who say the audio.
Re: vyper's Sound Explorer -
AirKite - 27.05.2014
cmd /test, not work!
Re: vyper's Sound Explorer -
EvenemE - 03.12.2016
does anyone still have this script by any chance?
Re: vyper's Sound Explorer -
vyper - 03.12.2016
I do :P
link in attachments
Re: vyper's Sound Explorer -
EvenemE - 04.12.2016
wow thanks man you rock
ps. /test doesn't work though but it's still alright ;p