Page 1 of 1

Frequent Fragger Program (slot reservations deluxe) Ver 4.7

Posted: Mon Nov 22, 2021 11:22 pm
by greenie
// OTHER SETTINGS MYSQL VERSION:
// ===============
// - sql module must be enabled
//
// - amx_sql_host, amx_sql_user, amx_sql_pass and amx_sql_db are set in
// $moddir/addons/amxmodx/configs/sql.cfg
//
// OTHER SETTINGS NVAULT VERSION:
// ===============
// - ***REQUIRES THE NVAULT MODULE TO BE INSTALLED***
//
// DESCRIPTION:
// ============
// Slot reservation for Admins and for Frequent Fraggers on your server.
// The more a non-admin plays the better the chance they have of getting a reserved slot.
// Admins will always get a slot as long as the server is not full of admins.
// "Membership has its rewards"
//
// Features:
// - enable/disable reservation
// - redirect/kick new players when they try
// to join a full server (non admins)
// - redirect/kick the player with the lowest
// total play time
// - ability to redirect to password protected servers
// - hide/show the reserved slot
// - tracks the total time on server and gives the non admin
// players with the most time the ability to get a reserved slot
// - say /fragtime to display your total time on the server in Days, Hours, Minutes
// - Admin can add "bonus" time to a players total time using the command
// amx_ffpbonus <name or #userid> <seconds>
// - automatically decays players total time 5% if they have not been
// on the server for at least 1 day (% decay cvar changeable) (MYSQL version only)
// - deletes players from database after 30 days automatically (cvar changeable) (MYSQL version only)
// - deletes players from database after 30 days using admin command amx_ffpprune (cvar changeable) (NVAULT version only)
// - track players kills and deaths
// - stores last name used (MYSQL version only)
//
// Notes:
// - "FrequentFraggerProgram" replaces the standard "adminslots" that come
// with AMX Mod X by default, so be sure to disable it!
// - "amx_reservation" is already present in your amxx.cfg, just be sure
// to change the value to 1 to enable this plugin!
.zip