PREVIEW
PURCHASE
K-Pause seamlessly integrates with QBCore to ensure compatibility and smooth functionality.
Pause Menu Features:
-
Player Data Display:
- Displays essential player information, including name, citizen ID, cash, bank balance, current job, gang affiliation, and mugshot.
- Updates in real-time.
-
Navigation:
- Allows seamless navigation between different menu sections, including settings and key mappings.
-
Map Integration:
- Provides access to an interactive in-game map within the pause menu.
- Players can toggle the map visibility and return to the main menu.
-
Screenshot Capture:
- Enables players to capture in-game screenshots and upload them using a designated webhook.
- Provides the ability to identify nearby players by displaying their IDs.
-
Report System:
- Allows players to report issues or incidents directly from the pause menu.
- Sends reports to the server for further processing.
-
Floating Help Notifications:
- Displays floating help notifications to assist players in understanding various in-game elements.
- Offers support for admin-related commands such as adding rules and updates.
-
Time Tracking:
- Tracks in-game time, displaying hours and minutes.
- Updates in real-time.
-
Admin Commands:
- Provides admin commands for managing rules and updates displayed in the pause menu.
- Allows admins to add, delete, and retrieve rules and updates.
** Server-Side Commands:**
-
GetAvailable(label)
- Description: Returns a boolean indicating whether the specified label is available in the pause menu options.
- Usage: Check if a particular option is available.
-
SetUnavailable(label, duration)
- Description: Marks the label as unavailable for a specified duration of time.
- Usage: Set an option as unavailable for a certain period.
-
GetRules()
- Description: Retrieves the contents of the rules table from the configuration.
- Usage: Get the current list of rules displayed in the pause menu.
-
GetUpdates()
- Description: Retrieves the contents of the updates table from the configuration.
- Usage: Get the current list of updates displayed in the pause menu.
-
AddRule(message)
- Description: Adds a new rule to the rules table in the configuration.
- Usage: Add a new rule to be displayed in the pause menu.
-
AddUpdate(message)
- Description: Adds a new update to the updates table in the configuration.
- Usage: Add a new update to be displayed in the pause menu.
-
DeleteRule(id)
- Description: Deletes a rule from the rules table based on its ID.
- Usage: Remove a specific rule from the pause menu.
-
DeleteUpdate(id)
- Description: Deletes an update from the updates table based on its ID.
- Usage: Remove a specific update from the pause menu.
Additional Information:
- The pause menu resource seamlessly integrates with QBCore, ensuring compatibility and smooth functionality.
- It enhances the player experience by providing essential information and access to useful features without disrupting gameplay.
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 600 |
Requirements | MugShotBase64, screenshot-basic, qb-core |
Support | Yes |