PHP Code:
/* Plugin generated by Emilioneri */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Advertisement"
#define VERSION "1.0"
#define AUTHOR "Emilioneri"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
// Add your code here...
register_logevent("Event_Round_Start", 2, "1=Round_Start")
}
public Event_Round_Start()
{
client_print(0, print_chat, "^x04^"[WwW.CaMe.Tk]^"^x01")
client_print(0, print_chat, "Want to be an admin ?? contact me. my skype: ^x04^"bla bla bla^"^x01 Protect server rules!")
return PLUGIN_CONTINUE
}
It should print site and skype green coloures. But it doesn't. Why