Yes, it works, it works in plugins, if flag is, but i changed amxmisc.inc as well, form:
Quote:
...
if ((get_user_flags(player)&ADMIN_IMMUNITY) && ((flags&2)?(id!=player):true) )
...
|
to:
Quote:
...
if ((get_user_flags(player)&ADMIN_IMMUNITY) && ((flags&2)?(id!=player):true) && !(get_user_flags(id)&ADMIN_SUPRIME) )
...
|
and evrything seems to be perfect. I just hed to recomplite all plugins, that head functions cmd_target.
__________________