exports.brutal_gym:gymDoExercises()
true / false
For example:
local 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
Last updated 1 year ago