#1

Hi. Where can I find this list

https://sampwiki.blast.hk/wiki/SoundID


but hearable? I don't know how each sounds.
Reply
#2

pawn Код:
new soundid;

PlayerPlaySound(playerid, soundid, 0.0, 0.0, 10.0);
Place it in a command.
Reply
#3

Quote:
Originally Posted by KinderClans
Посмотреть сообщение
pawn Код:
new soundid;

PlayerPlaySound(playerid, soundid, 0.0, 0.0, 10.0);
Place it in a command.
This isn't what I asked.

I asked if there's a ******* playlist to hear those sounds.

I'm not that crazy to put every sound inside a cmd to listen them
Reply
#4

Chill out lol, you don't have to "put all sounds in a comand", just go In-Game and play each sound ID as if you were to do on a website.

Код:
CMD:play(playerid, params[])
{
  new soundid;
  if(sscanf(params, "i", soundid)) return SendClientMessage(playerid, -1, "USAGE: /play [soundid]");
  PlayerPlaySound(playerid, soundid, 0.0, 0.0, 10.0);
  return 1;
}
Reply
#5

This? https://sampforum.blast.hk/showthread.php?tid=69572

If you download the file in the last post, it has the .wav files in it as well.



EDIT: might be previews but in the Tools and Files section you should be able to find some previewer in there.
Reply
#6

Shaneisace is right, but this only contains 47 sounds and most of the new ones aren't there, sadly.
Reply
#7

Quote:
Originally Posted by KinderClans
Посмотреть сообщение
pawn Код:
new soundid;

PlayerPlaySound(playerid, soundid, 0.0, 0.0, 10.0);
Place it in a command.
after what 1nspire told me ,your answer is the best.

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)