THANK YOU.
I wonder why do you put spaces near ('s though
I did this:
Code:
public client_putinserver(id) {
// no bots or admin immunity users..but what to do to ignore HLTV?
if ((is_user_bot(id)) || (is_user_hltv (id)) || (get_user_flags(id)&ADMIN_ADMIN)) {
return PLUGIN_HANDLED
}
Just to make it neater & easier to read. Whitespace is your friend.