Page 1 of 1

cerere bomb explode sound

Posted: 01 Mar 2020, 23:02
by mixatu
Salut! Ma poate ajuta cineva cu pluginul acela care atunci cand explodeaza sau se planteaza bomba, se aude acel sunet BOOOOMBAAAA? mersi frumos

Re: cerere bomb explode sound

Posted: 05 Mar 2020, 17:02
by mixatu
up???????

Re: cerere bomb explode sound

Posted: 19 Mar 2020, 23:17
by eMeKa.eXe

Re: cerere bomb explode sound

Posted: 21 Mar 2020, 01:28
by mixatu
eMeKa.eXe wrote:
19 Mar 2020, 23:17
mixatu wrote:
05 Mar 2020, 17:02
up???????
https://forums.alliedmods.net/showthread.php?p=2422556
Eu am cerut pluginul care scoate acel sunet "booomba" cand plantezi C4..

Re: cerere bomb explode sound

Posted: 25 Mar 2020, 12:09
by kidd0x
E sectiunea de csgo ,du-te si fa cerere la 1.6

Re: cerere bomb explode sound

Posted: 25 Mar 2020, 19:19
by Mihuu.FREE

Code: Select all

 /* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Mihuu"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR);
	register_event("TextMsg", "bomb_planted", "a", "2&%!MRAD_BOMBPL");
}

public bomb_planted() 
	client_cmd(0, "spk misc/bomba_2.wav");

public plugin_precache() 
	precache_sound("misc/bomba_2.wav"); 
Și sunetul: https://www71.zippyshare.com/v/B77LimUm/file.html

Baftă!