PHP Code:
#include <amxmodx>
#include <amxmisc>
public plugin_init()
{
register_plugin("Set GameME Prefix", "1.0", "cool & JocAnis")
set_task ( 20, "setit", 0,_,_,"b", 0 )
}
public setit()
{
set_cvar_string( "gameme_message_prefix", "[YouPrefixHere]" )
}
Why do I get tag mismatch on line 8? It compiled fine before. Editing the seconds from 0.5 to 20 seconds for performance gain. I think it's eating away at my CPU. Using AMXXStudio to compile.