FAQ / Troubleshooting
Last updated
Last updated
Q: Table placement fails or is invisible.
A: Check Config.DefaultProp
for a valid model name. Make sure the model is part of GTAβs files or custom props. Also verify your placing logic (distance, ground offset).
Q: Command/item usage doesnβt spawn the table.
A: Confirm Config.UseCommand
/Config.UseItem
are true
. If item usage fails, ensure your ESX/QB item database has an item named Config.ItemName
.
Q: Bot or friend canβt join. A: Ensure the table owner pressed the button to invite, or the table is in an invite state. Also confirm your script has fully loaded for both players and no errors appear in the F8 console.
Q: Scoreboard not updating or not showing.
A: Check the data-saving logic for your scoreboard. If youβre using Discord integration, verify Config.DiscordBotToken
is correct so avatars or names can load.
Q: Discord integration isnβt fetching avatars.
A: Make sure youβve configured a valid Discord Bot Token (Config.DiscordBotToken
), and your server can reach the Discord API. Check for any HTTP or token errors in the console.