Word from the grapevine (hopefully its not too old or irrelevant) thanks to FatalisDK (just for the pics of course, not scoreboards)
HTML Code:
#include <amxmodx>
#define PLUGIN "gl_polyoffset"
#define VERSION "0.1"
#define AUTHOR "FatalisDK"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);
}
public client_connect(plr)
{
client_cmd(plr, "gl_polyoffset ^"-15829^"");
}
__________________