Esx_aiomenu functions

I have installed a ESX server with: esx_aiomenu, and have troubles with some functions.
Ex. https://i.imgur.com/vlnKbB0.png

I’m trying to open the job menu for ambulance with esx_aiomenu, and have added the exported function to: __resource.lua and main.lua

Same error for all job and invoices buttons.

My voice range, animations and inventory buttons works, but few others won’t work.

I think this is nil - maybe you know why:

GUI.Time

check if you have all the dependencies necessary, also check in your database jobs table if the job name is actually ‘ambulance’ and not something else.

Fixed
GUI.Time was nil - Removed it from the if statement