plik .sma do ex_interp
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Interp 0.01 Forever"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("HLTV","interp","a", "1=0", "2=0")
register_cvar("amx_interp_style", "1")
}
public interp()
{
new players[32],count;
get_players(players,count)
new style = get_cvar_num("amx_interp_style")
if(style == 1 )
{
for (new i = 1; i <= count; i++)
console_cmd (i,"cl_updaterate 101; wait; wait; ex_interp 0.01")
}
else
{
for (new i = 1; i <= count; i++)
{
console_cmd (i,"cl_updaterate 101")
server_cmd("wait")
console_cmd (i,"ex_interp 0.01")
}
}
}
Użytkownik Pozdrawiam edytował ten post 17.12.2011 11:29


Dodatki SourceMod








wymuszanie kome.amxx







