Listeners
This are client events that are trigger during different actions , you can connect them to your custom functions like displaying received xp in your hud
Will be triggered as client event when user unlocks new skill or after player is loaded
Arguments:
skill - skill category name
uid - skill uid
Will be triggered as client event when new xp is added
Arguments:
skill - skill category name
xp - number
Will trigger client event when user resets his skills
Arguments:
skill - skill category name
Last updated