🔧
qb-adminmenu
Manage your server and players efficiently
- The admin menu offers a wide range of capabilities and utilizes the popular menu resource menuV as a dependency. The base permission level for opening it is admin but can also be accessed with a god level permission as well. The menu is easily expandible and allows for as many options as the user desires

Sends a message to the player with the given
id
with the reason
given. Also, adds a warning against the player in the database table player_warns
Permission level: admin
- id - (required) The id of the player being warned
- reason - (required) The reason for giving a warning
Checks for existing warnings against a player with the given
id
. If no warning number is given in the command, it will display the number of warnings the player has received. If a warning number is given in the command, it will display that warning.Permission level: admin
- id - (required) The id of the player being checked
- number - (optional) The warning number (1, 2, 3, etc...)
This command sets the NUI focus state for a player with the given
id
. This allows you to manually set the following native: https://docs.fivem.net/natives/?_0x5B98AE30
Useful if a player is stuck in an NUI overlay.Permission level: admin
- id - (required) The id of the player
- hasFocus - (required) [true/false] Whether the NUI has focus or not
- hasCursor - (required) [true/false] Whether the player has cursor when using NUI
Last modified 7mo ago