Arkshine / AdminFreeLook

AMX Mod X module
GNU General Public License v2.0
10 stars 2 forks source link

AdminFreeLook

GitHub version Build Status Build status

AMX Mod X module whichs allows spectating admins to use any camera modes whatever mp_forcecamera or mp_forcechasecam value. This only works for latest HLDS version.

Originally created by jim_yang. Rewritten to be used after Steam February update.

Configuration (cvars)

Installation

  1. Stop your server whatever it's your first install or just updating.
  2. From Releases section, get the binary file you need:

    OS Windows Linux
    Binary file `adminfreelook_amxx.dll` `adminfreelook_amxx_i386.so`

  3. Upload it in your amxmodx/modules/ folder.
  4. Open your configs/modules.ini and add at the end adminfreelook
  5. Configure mp_forcechasecam and mp_forcecamera gameplay cvars. Both should have the same value.
  6. Make sure mp_fadetoblack is set to 0.
  7. Configure afl_admin_access_flags and afl_user_override_mode modules cvars.
  8. Start your server.