alright...
and yeah i usually use switches if they seem appropriate..
but with an if statement such as this for example i figured one if statement would be fine
Code:
if(!get_pcvar_num(p_whatever) || !is_user_connected(id) || is_user_bot(id) || !is_user_alive(id) || ent > maxplayers || g_round_restart)
return HAM_IGNORED
__________________