[FilterScript] vyper's Sound Explorer
#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


Messages In This Thread
vyper's Sound Explorer - by vyper - 04.04.2013, 12:38
Re: vyper's Sound Explorer - by redreaper666 - 04.04.2013, 14:04
Re: vyper's Sound Explorer - by V1ceC1ty - 04.04.2013, 15:49
Re: vyper's Sound Explorer - by AirKite - 27.05.2014, 23:10
Re: vyper's Sound Explorer - by EvenemE - 03.12.2016, 20:28
Re: vyper's Sound Explorer - by vyper - 03.12.2016, 21:32
Re: vyper's Sound Explorer - by EvenemE - 04.12.2016, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)