Troubleshooting

Tablet Won't Open

Problem: Pressing E at marker doesn't open tablet

Solutions:

  • Check permissions (job, grade, group)

  • Verify marker coordinates are correct

  • Ensure you're within marker radius

  • Check F8 console for permission errors

  • Enable debug mode to see logs

  • Verify Config.markers.enabled = true

Notifications Not Showing

Problem: No notifications appear when flags deployed

Solutions:

  • Ensure FormulaOneNotif resource is started

  • Check if player is in configured F1 vehicle (Config.raceCar.model)

  • Set Config.raceCar.checkVehicle = false to test

  • Verify notification messages in config

  • Check FormulaOneNotif is not hidden via F1hudMenu

Permission Errors

Problem: "Access Denied" messages

Solutions:

  • Verify player has correct job: /setjob [id] circuit 0

  • Check Config.permissions.allowedJob matches job name

  • Ensure job grade is in allowedGrades array

  • Try requireAdmin = false to test

  • Enable debug: Config.debug.permissions = true

Starting Lights Not Working

Problem: Race sequence doesn't start

Solutions:

  • Verify starting lights marker position

  • Check Config.flagPositions.stand coordinates

  • Ensure light props are in stream folder

  • Look for model loading errors

  • Test with debug enabled

Last updated