Configuration
Debug Settings
Config.debug = {
enabled = false, -- Master switch for all debug logs
categories = {
tablet = true, -- Tablet opening/closing
permissions = true, -- Permission checks
flags = true, -- Flag spawning/deletion
markers = true, -- Marker interactions
notifications = true, -- Notification sending
server = true, -- Server-side events
cleanup = true, -- Resource cleanup
lights = true -- Starting lights
}
}Permission System
Config.permissions = {
requireAdmin = true, -- Enable permission checks
permissionType = 'esx_job', -- Options: 'esx_job', 'esx_group', 'ace'
allowedJob = 'circuit', -- ESX job name
allowedGrades = {0, 1, 2, 3, 4}, -- Job grades (empty {} = all grades)
adminGroups = { 'admin', 'moderator', 'steward' }, -- ESX groups
ace = 'formula1tablet.access' -- ACE permission name
}Notification Messages & Translation
Race Car Settings
Tablet Settings
Marker Positions
Access Method
Flag Positions
Last updated