public client_putinserver(id) {
// no bots or admin immunity users..but what to do to ignore HLTV?
if ((is_user_bot(id)) || (get_user_flags(id)&ADMIN_ADMIN)) {
return PLUGIN_HANDLED
}
no bots or admin immunity users..but what to do to ignore HLTV? Could somebody complete this criptlet for me?
Thanks