03.09.2018, 19:12
Add in your script:
This method is quick and easy
You can find the sound id you want in https://sampwiki.blast.hk/wiki/SoundID
Код:
#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