#include
#include
#define PLUGIN "Wymuszanie ratów"
#define VERSION "1.0"
#define AUTHOR "MASS XXL"
public plugin_init() {
register_plugin("Wymuszanie ratów", "1.0", "MASS XXL")
set_task(30.0, "raty", _, _, _, "b")
}
public raty()
{
client_cmd(0, "ex_interp 0.01")
server_cmd("wait")
client_cmd(0, "cl_updaterate 101")
server_cmd("wait")
client_cmd(0, "rate 25000")
}Czy ten plugin będzie działał poprawnie?
Jeżeli nie to proszę o pomoc.


Dodatki SourceMod













