CFI-ADMINLOGS is an advanced logging system for Qbox servers focused on administration and anti-cheat support.
The script allows any resource to send logs using a simple export while automatically saving all data into a searchable admin panel.
Instead of basic text logs, the system can store:
-
combat information
-
player history
-
screenshots
-
money changes
-
admin actions
-
inventory actions
-
suspicious activity
-
custom metadata
The UI includes:
-
live log feed
-
search & filters
-
player history panels
-
detailed log viewer
-
screenshot previews
-
severity/category system
Combat logs support:
-
attacker/victim
-
weapon used
-
damage
-
HP/armor changes
-
distance
-
coordinates
-
headshots/deaths
The script also includes a basic suspicion system:
-
repeated give item detection
-
money abuse detection
-
suspicious combat activity
-
configurable admin alerts
Everything works through a single export:
exports.cfi_adminlogs:Log("combat_hit", {
source = source,
target = targetId,
weapon = "WEAPON_PISTOL",
damage = 34,
hpBefore = 200,
hpAfter = 166
}, {
category = "combat",
severity = "high",
screenshot = true,
notifyAdmins = true
})
Optional:
-
screenshot-basic
-
ox_lib
Made for servers that want more than just simple Discord logs.