need sound id
#1

hi. i need this sound ID : http://www.mediafire.com/file/ychufg...2_420.mp3/file

and i want to play this for all of the players , should i use this :

PlayerPlaySound(i, SOUND-ID);

??
Reply
#2

help me please !
Reply
#3

Add in your script:
Код:
#define PlaySound(%0,%1); \
PlayerPlaySound(%0,%1,0.0,0.0,0.0);

#define PlaySoundForAll(%1); \
    for(new i=0; i < MAX_PLAYERS; i++) return PlayerPlaySound(i,%1,0.0,0.0,0.0);

#define StopSound(%0); \
   PlayerPlaySound(%0,1184,0.0,0.0,0.0);


Код:
PlaySound(playerid , sound id);
PlaySoundForAll(sound id);
StopSound(playerid);

This method is quick and easy

You can find the sound id you want in https://sampwiki.blast.hk/wiki/SoundID
Reply
#4

cant find that sound anyone have this sound id ?
Reply
#5

Quote:
Originally Posted by qlia
Посмотреть сообщение
cant find that sound anyone have this sound id ?
No i haven't but if i find the sound id, i give you.
Reply
#6

guys i really need this /: i searched on sounds with preview apps but cant find this any idea?
Reply
#7

This is the Bloodring Demo Derby start noise.

Try these, they are the only things I can find that have horn, and I suspect that the longer one is a foghorn, and the other one should be what you are looking for.

Random/Extra:
3200 - Air horn
3201 - Air horn (longer than previous one)
Reply
#8

thnx <3
Reply
#9

Huehue, was the first one it?

(I didn't check, I just searched a bit and found some avenues)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)