Signature
stock is_user_admin(id){ new __flags = get_user_flags(id); return(__flags > 0 && !(__flags & ADMIN_USER));}
Description
Returns if the client has any admin flags set
Parameters
- id — Client index
Returns
1 if client has any admin flags, 0 otherwise