Skip to main content

Settings

ReFreeLook has a single cvar.

afl_admin_access_flags

Access flags that are exempt from the server's forced spectator camera mode (mp_forcecamera/mp_forcechasecam). A player whose AMX Mod X access level includes any of the listed flags gets unrestricted camera control while spectating. Flags are additive — combine as many letters as you want.

Default
d

The flags are the standard AMX Mod X access flags (as documented in users.ini):

FlagAccess
aImmunity (can't be kicked/banned/slain/slapped or affected by other admin commands).
bReservation (can join on reserved slots).
camx_kick command.
damx_ban and amx_unban commands (permanent and temporary bans).
eamx_slay and amx_slap commands.
famx_map command.
gamx_cvar command (not all cvars available).
hamx_cfg command.
iamx_chat and other chat commands.
jamx_vote and other vote commands.
kAccess to sv_password cvar (via amx_cvar).
lAccess to amx_rcon command and rcon_password cvar (via amx_cvar).
mtCustom levels A–H, for additional plugins.
uMenu access.
vamx_ban/amx_unban, temporary bans only (self-performed bans during the current map only for amx_unban).
zUser (no admin access).

Since the default is d (ban commands), most servers will want to add whichever flag(s) their actual moderator/admin group uses — for example:

afl_admin_access_flags "cd"

grants free camera to anyone with the kick (c) or ban (d) flag.