What's wrong with this plugin?
Code:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "HUD"
#define VERSION "1.0"
#define AUTHOR "SATE"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
// Add your code here...
}
if(is_user_anonymous ( id ))
{
forget = 0;
forgive = 0;
client_print(id, print_chat, "Anonymous. Never Forget. Never Forgive")
}
set_hudmessage(0, 42, 255, -1.0, -1.0, 0, 6.0, 12.0)
show_hudmessage(id, "Seja Bem Vindo")
My friend can't compiling this plugin.