need sound id
#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


Messages In This Thread
need sound id - by qlia - 03.09.2018, 16:27
Re: need sound id - by qlia - 03.09.2018, 17:47
Re: need sound id - by Vizi10 - 03.09.2018, 19:12
Re: need sound id - by qlia - 03.09.2018, 20:22
Re: need sound id - by Vizi10 - 03.09.2018, 20:36
Re: need sound id - by qlia - 04.09.2018, 07:19
Re: need sound id - by Sew_Sumi - 04.09.2018, 12:32
Re: need sound id - by qlia - 04.09.2018, 22:55
Re: need sound id - by Sew_Sumi - 05.09.2018, 01:11

Forum Jump:


Users browsing this thread: 4 Guest(s)