exports / triggers
Client Exports / Triggers
Export
Result
exports.brutal_gym:gymDoExercises()
true / false
exports.brutal_gym:GetSkillCount(skilltype)
number from 0 to 100, how many skill points you have
exports.brutal_gym:AddSkillCount(skilltype, count)
Add skill to the player Skill types:
exports.brutal_gym:RemoveSkillCount(skilltype, count)
Remove skill from the player Skill types:
For example:
Last updated