[FilterScript] vyper's Sound Explorer
#1

*removed* please delete thread.
Reply
#2

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.
Reply
#3

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.
Reply
#4

cmd /test, not work!
Reply
#5

does anyone still have this script by any chance?
Reply
#6

I do :P

link in attachments
Reply
#7

wow thanks man you rock

ps. /test doesn't work though but it's still alright ;p
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)