Troubleshooting
Common table, notification and MLO-related issues and their known causes.
Poker tables are not appearing
The resource uses existing world objects and does not spawn poker tables for the client.
Map the poker tables in your world and add their positions to config.lua.
Use /getpokertable to retrieve the coordinates of the closest poker table.
GetClosestObjectOfType/getpokertableconfig.luaHelp notifications are not visible
Another resource may be interfering with the active scaleform notification.
Only one scaleform notification can be displayed at a time. If another resource resets it to the default state, the poker notification disappears.
Poker tables inside an MLO do not work
The resource was not officially tested with MLO tables, although some customers have used this setup.
Certain object flags can disable interaction with an object, which prevents GetClosestObjectOfType from finding the table.
If /getpokertable returns no value for the closest table even after reviewing config.lua, contact the creator of the MLO for further guidance. You can also ask about known setups in the Aquiver Discord.
GetClosestObjectOfType/getpokertableconfig.lua