❔Common questions

chevron-rightWhy It is not working at all ?hashtag

make sureto uncomment these lines in the fxmanifest.lua:

  -- '@oxmysql/lib/MySQL.lua',  -- only for ESX
  -- '@es_extended/imports.lua', -- only for ESX
  -- '@es_extended/locale.lua',  -- only for ESX
chevron-rightHow to add job for each restaurant ?hashtag

Just under the config.authorizedJobs, just write the respective job for each restaurant.

Config.authorizedJobs   = {
    ["burgershot"] = "BurgerShot",
    --["jobname"] = "Restaurant Name",
}

Last updated