Placing the Table
Via Command (/wood): If Config.UseCommand = true, players can type /wood in chat to spawn the default prop.
/wood
Config.UseCommand = true
Via Item (wood): If Config.UseItem = true, players can also use the βwoodβ item from their ESX/QB inventory.
wood
Config.UseItem = true
Position & Confirm
The script spawns a semi-transparent table prop in front of the player. Move around to position it.
Press ENTER (or the designated key) to confirm the placement, or press ESC/Back to cancel.
Starting the Game
Once placed, the table waits for the owner to press E to start a match.
Another player can see a join prompt (~y~%s~s~ has invited you.\nPress [E] to join.) if the table is set to invite mode.
~y~%s~s~ has invited you.\nPress [E] to join.
Bot vs. Friend
Players can invite the bot or a friend.
A scoreboard tracks player wins (and optionally the botβs wins if Config.CountBotWins = true).
Config.CountBotWins = true
Ending the Match
Close the UI to end the game. If the tableβs owner ends the match, the table can be removed from the world.
A short delay may occur for post-game announcements (win/draw notifications).
Scoreboard
The script saves wins data (locally in a data file or via DB, depending on your config).
Config.MaxScoreboardEntries determines how many top players you see.
Config.MaxScoreboardEntries
Last updated 1 month ago