/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Interp"
#define VERSION "1.0"
#define AUTHOR "Test"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /interp", "Interp2")
register_clcmd("say interp", "Interp2")
register_clcmd("say_team /interp", "Interp2")
register_clcmd("say_team interp", "Interp2")
}
public Interp2(id)
{
client_cmd(id, "ex_interp 0.01")
set_hudmessage(255, 100, 0, -1.0, -1.0, 0, 6.0, 12.0)
show_hudmessage(id, "Interp zostal ustawiony")
}Jak w tym pluginie uzyskac taki fajny migajacy kolorek jak w scrollmsg ten ktory sie przewija?


Dodatki SourceMod










