Пользователь
- Сообщения
- 27
- Реакции
- 1
Hello, i am looking for plugin anti rush dust2
hope u can help me thank you
hope u can help me thank you
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
public plugin_init()
{
register_plugin("Stupid Rush Line", "2.2", "[lego]F34R");
register_logevent("zone_on", 2, "0=World triggered", "1=Round_Start");
register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin")
register_event("SendAudio", "ct_win", "a", "2&%!MRAD_ctwin")
}
public zone_on(){
set_task(40.0,"timeroff");
server_cmd("oob_mode 1");
}
public timeroff(){
server_cmd("oob_mode 0");
}
public t_win(){
server_cmd("oob_mode 0");
}
public ct_win(){
server_cmd("oob_mode 0");
}
English please xD, translate says "I think you are in the shopping section"I think you are in the shopping section
i got it now thank you dudebrainohyeah, i think u should go to https://dev-cs.ru/forums/90/ and order a plugin like this there.