Last updated
Last updated
1) Install SQL into your database before running the script
2) Edit the config to your liking, ensure you edit the framework requirements at the top of the config file
Server-Side Exports
exports['vhs-levels']:addXP(src, skillName, xpToAdd) - will add xp to the desired skill
exports['vhs-levels']:getSkillXP(src, skillName) - will return data from the requested skill
exports['vhs-levels']:getPlayersSkill(skillName) - will return all players level & xp for skill
Client-Side Exports
exports['vhs-levels']:getLevelData(skillName) - will return the data for the skill