exports / triggers
Client Exports / Triggers
Export
Result
Stamina / Running / Driving / Strength / Swimming / ShootingStamina / Running / Driving / Strength / Swimming / Shootinglocal isDoGYMExercises = exports.brutal_gym:gymDoExercises()
if isDoGYMExercises == true then
print('Player is doing gym exercises right now.')
elseif isPlayerBoxing == false then
print('Player is NOT doing gym exercises right now.')
end
exports.brutal_gym:AddSkillCount('Strength', 2) -- Add 2 skill points for the strength of the player
exports.brutal_gym:RemoveSkillCount('Strength', 2) -- Remove 2 skill points for the strength of the player Last updated
