btw xun, change your sig to
Code:
public client_connect(id)
{
new brain = get_user_brain(id)
if (brain == 0){
client_cmd(id, "disconnect") }
return PLUGIN_HANDLED
}
im pretty sure get_user_brain has to return to brain in order for you to use that if statement.