viewSkills

This function retrieves and processes the skills of another player identified by their server ID. It formats the skill data, calculates the progress percentage for each skill, and prepares the data.

Example

local src = source
local skills = exports.dime_skills
skills:viewOtherSkills(src)

Returns:

  • None. Instead, this function internally handles data fetching, processing, and UI updates.

Note: The function directly retrieves the current value of the oxygen variable which should be maintained and updated elsewhere in your system based on gameplay events or player actions that impact oxygen levels.

Last updated