Installation
Requirements
- jo_libs: Handles the underlying framework logic.
- madd_ui: Required for the betting interface and notifications.
Steps
- Extract the
madd_blackjackfolder into yourresources/directory. - Ensure you have
jo_libsandmadd_uiinstalled. - Add the following to your
server.cfg:
text
ensure jo_libs
ensure madd_ui
ensure madd_blackjack- Restart your server.
Troubleshooting
Tables not appearing?
- Verify the coordinates in
shared/sh_config.lua. - Ensure the
dealerPedoption is enabled if you expect an NPC. - Check if
jo_libsis properly initialized.