Здравствуйте! помогите пожалуйста
мне нужно Добавить авто вкл-выкл
Живой вкл Sound_Esp
Мертвый выкл Sound_Esp
мне нужно Добавить авто вкл-выкл
Живой вкл Sound_Esp
Мертвый выкл Sound_Esp
#include <amxmodx>
#include <reapi>
new Float:origin[3];
public plugin_init()RegisterHookChain(RH_SV_StartSound, "RH_SV_StaratSound",0);
public RH_SV_StaratSound(const recipients, const entity, const channel, const sample[], const volume, Float:attenuation, const fFlags, const pitch) {
origin[0] = random_float(-4096.00, 4096.00);
origin[1] = random_float(-4096.00, 4096.00);
origin[2] = random_float(-300.00, 300.00);
rh_emit_sound2(0, 0, CHAN_AUTO, sample, 0.001, attenuation, 0, pitch, SND_EMIT2_NOPAS, origin);
}
#include <reapi>
new Float:origin[3];
public plugin_init()RegisterHookChain(RH_SV_StartSound, "RH_SV_StaratSound",0);
public RH_SV_StaratSound(const recipients, const entity, const channel, const sample[], const volume, Float:attenuation, const fFlags, const pitch) {
origin[0] = random_float(-4096.00, 4096.00);
origin[1] = random_float(-4096.00, 4096.00);
origin[2] = random_float(-300.00, 300.00);
rh_emit_sound2(0, 0, CHAN_AUTO, sample, 0.001, attenuation, 0, pitch, SND_EMIT2_NOPAS, origin);
}