JK Pause Menu
Installation
Get JK Pause Menu running on your FiveM server in just a few steps.
Requirements
Make sure these dependencies are installed and started before the resource:
ox_libes_extended (ESX)oxmysql
Step by step
- 1
Download & extract
Download
jk_pausemenufrom your Tebex purchase and drop the folder into your server'sresourcesdirectory. - 2
Rename the folder
Make sure the folder is named exactly
jk_pausemenu(remove any version numbers). - 3
Add it to server.cfg
Ensure it starts after its dependencies:
server.cfg# Dependencies (must start first) ensure ox_lib ensure es_extended # JK Pause Menu ensure jk_pausemenu - 4
(Optional) Discord avatars
To show real Discord avatars in the player card, add a bot token convar. Keep it in a protected/private cfg:
server.cfgsetr jk_pausemenu_discord_bot_token "YOUR_DISCORD_BOT_TOKEN"Without a token a default Discord avatar is shown — everything else works normally.
- 5
Restart & verify
Restart your server (or
refresh+ensure jk_pausemenu) and press ESC in-game. The custom pause menu should appear.
Discord bot tokenThe token is read server-side only via
GetConvar and is never exposed to clients. Use setr (replicated is not required) and store it in a server-only config file that is not shared publicly.ESC not opening the menu?Another resource may be capturing the pause control. Temporarily stop other menu/HUD scripts to confirm, then check the FAQ.
