For the complete documentation index, see llms.txt. This page is also available as Markdown.

Commands

ak47_multicharacter comes with several built-in administrative commands to help you manage player sessions and clean up character data directly from the server.

All commands require the admin permission level.

/logout

Logs the player out of their current character and seamlessly returns them to the multicharacter selection screen without having to drop from the server.

  • Usage: /logout

  • Permission: Admin Only

/closeNUI

A failsafe command designed to forcibly close the NUI (user interface) and release mouse/keyboard focus if a player somehow gets stuck during the selection process.

  • Usage: /closeNUI

  • Permission: Admin Only

/deletechar

Allows an administrator to completely wipe and delete a specific character from the server. This command dynamically scans your database and removes the character from all related tables (e.g., inventory, vehicles, properties) based on the Citizen ID.

  • Usage: /deletechar [Citizen ID]

  • Example: /deletechar TEB12345

  • Arguments:

    • Citizen ID - The unique identifier of the character you wish to delete (e.g., CID for QBCore, or Identifier for ESX).

  • Permission: Admin Only

Last updated