Streamline Vehicle Management with X-Ample Job Garage!
Enhance your FiveM server's vehicle management system with the X-Ample Job Garage, a dynamic and highly configurable script designed to handle job-specific and grade-locked vehicles. Perfect for servers that require a structured approach to vehicle access based on job roles and grades, this script offers flexibility and ease of use.
Key Features:
- Dynamic Vehicle Access: Effortlessly manage job-specific vehicles by allowing access based on player roles and job grades. Only authorized personnel can retrieve vehicles assigned to their job or rank, ensuring a realistic and controlled gameplay experience.
- Highly Configurable: Customize the system to fit your server's needs with extensive configuration options. Adjust vehicle availability, job requirements, and access permissions to match your server's role-playing environment.
- Job and Grade Locking: Implement job and grade-specific locks to control which vehicles can be accessed by different roles. This feature ensures that vehicles are only available to players with the appropriate job or rank.
- Easy Integration: Designed to integrate smoothly with existing server setups, X-Ample Job Garage works seamlessly with various frameworks and server configurations.
Installation Guide:
- Download and Install: Place the
xample_jobgarage script in your server's resource directory. Ensure the folder is named xample_jobgarage. - Configuration: Open the configuration file to set up job roles, vehicle access, and grade-specific permissions. Tailor the settings to suit your server's structure and requirements.
- Activate: Add ensure
xample_jobgarage to your server.cfg file and restart your server or start the resource manually using console commands.
Usage Instructions:
- Accessing Vehicles: Players can access job-related vehicles through designated garage locations, with access determined by their job and grade.
- Configuring Access: Server administrators can adjust vehicle availability and permissions in the configuration file, ensuring that the system meets the needs of their server environment.
Support and Updates:
- Comprehensive Support: Our support team is available to assist with installation, configuration, and troubleshooting, ensuring that X-Ample Job Garage operates smoothly on your server.
- Ongoing Updates: Receive regular updates and improvements to maintain compatibility with the latest FiveM versions and enhance the script’s features based on user feedback.
For QB Replace:
- Go to qb-core\client\functions.lua & search for
- Delete whole function and replace this
function QBCore.Functions.Notify(text, texttype, length)
local color = 0
if texttype == 'success' then color = 3 elseif texttype == 'error' then color = 2 else color = 1 end
TriggerEvent('notifications:sendNotification', color, text, length or 5000)
end