Client Exports
Send the skill name (string) and points (number) to add, returns boolean.
exports['av_skills']:addXP(skill,points)
Send the skill name (string) and points (number) to remove, returns boolean.
exports['av_skills']:removeXP(skill,points)
Send the skill name (string) and points (number) to set, returns boolean.
exports['av_skills']:setXP(skill,points)
Get a specific skill XP by sending the name, returns a number.
exports['av_skills']:getXP(skill)
Last modified 3mo ago