Skills
CLIENT & SERVER SIDE
A standalone skill system that provides a flexible approach to managing skills independently of any external framework. System is persistent, easy to use and relatively in-depth.
For QBCore any metadata with id's matching any of the skill ids will be converted to utils skills data when a player joins the server to ensure players do not lose any existing metadata.
Client Functions
get_skills
Retrieve a list of all reputations the player has.
get_skill
Retrieve a specific reputation the player has.
Server Functions
get_skills
Use the follow to retrieve all skills data for the player.
get_skill
Use the following to get a specific skill for the player.
modify_skill
Use the following to modify a skill the player holds.
A skill entry will be added for the player automatically the first time it is modified.
Last updated