Configuration
1. Adjust config.lua to your server core
Adjusting the script to your server core
Adjusting the PlayerLoaded trigger from server core to the script
Adjusting the PlayerLoadedServer trigger from server core to the script
Adjusting the PlayerLogoutServer trigger from server core to the script
Adjusting the JobUpdated trigger from server core to the script
Adjust the Menu to your menu script
Adjusting GetClosestPlayersFunction to your core
2. Adjust config.lua to server preferences
Target: If you use a target, markers for gym activities will not be displayed - the marker will remain for the boss menu
EnableMemberships: If you use in any gym the required membership, run it then it will work correctly reading memberships
EnableGiveMembership: Allows employees to give gym memberships.
EnableStrenghtModifier: In the config.client.lua file, you can modify the player's hitting power with certain power stats.
IF YOUR ANTI-CHEAT BANS FOR STRENGHT MODIFICATION YOU NEED TO SET THIS OPTION TO FALSE OR MAKE A CHANGE IN THE ANTI-CHEAT
EnableRunSpeedModifier: In the config.client.lua file, you can modify the player's running speed with certain condition stats.
IF YOUR ANTI-CHEAT BANS FOR RUN MODIFICATION YOU NEED TO SET THIS OPTION TO FALSE OR MAKE A CHANGE IN THE ANTI-CHEAT
EnableStaminaModifier: In the config.client.lua file, you can modify the player's stamina level with certain condition stats.
AutoMembershipForEmployees: Every gym employee will have a gym membership with no requirement to buy one
UseCustomQuestionMenu: if you want to use for example vms_notify Question Menu, set it true, if you want to use Config.Menu to accept / reject of buying membership
UseProgressbar: If you want to use a progress-bar for the exercises you are doing, you can do so below.
UseSkillbar: If you want to use a skill-bar for the exercises you are doing, you can do so below.
StatisticsMenu:
Last updated