Code
#include <amxmodx>
#include <amxmodx>
#define PLUGIN "Rates"
#define AUTHOR "a.aqua, fixed by Flazher 36484. Gospodi, on powytul, ne s4itat' ego"
#define VERSION "0.1"
public plugin_init() {
register_plugin ( PLUGIN, VERSION, AUTHOR )
set_task(15.0, "Rates")
}
public Rates(id) {
client_cmd(id, "rate 25000;cl_cmdrate 101;cl_updaterate 101")
client_print(id, print_chat, "[AMXX] You have entered to server. Your settings now: rate 25000 / cl_cmdrate 101 / cl_updaterate 101")
}