FiveM MelloTrainer Quick Start Guide Print

  • GTA, GTA V, GTAV, fivem, quick start
  • 28

 
This article will get you started with MelloTrainer.

 
What is Mello Trainer?

Mello Trainer is a server-sided trainer based on the Lambda Menu. This is written in Lua with a NUI written with HTML, CSS, and JS.



How to install Mello Trainer?

  1. Log-in to your game panel.
  2. Click Mod Manager
  3. Click the arrow beside FxServer Trainers to expand the group.
  4. Click the Install button for Mello Trainer v0.5.5.


Where to configure MelloTrainer?

  1. Log-in to your game panel.
  2. Click Configuration Files.
  3. Click the Text Editor button for Mello Trainer v0.5.5.
  4. Edit as needed and click save.
  5. Restart the server to apply changes.


Trainer Controls

Key Action
F1 Open/Close the trainer
Arrow Keys Move up,down,left, and right respectively.
Enter Select the current trainer option
Backspace Go back to the previous menu
F2 Toggle No-Clip Mode
F3 Teleport to Current Way Point
Z Toggle Between Big & Small Minimap

 

NoClip Controls

Key Action
F2 Toggle Noclip Mode
Shift Switch Noclip Movement Speed
Q Move Upwards
Z Move Downwards
W Move Forwards
S Move Backwards
A Rotate Left
D Rotate Right

 

 
Additional Config Settings (sv_config.lua)

Local Saving
Description: Toggles the local vehicle and skin saving system.
Options: true/false
Default: true
Example: local localSaving = true

Steam Only Players
Description: Toggles the steam only mode which will prevent players from joining the server if they don’t have a steam identifier.
Options: true/false
Default: true
Example: local steamOnly = true

Admin Only Trainer
Description: If true the entire trainer will only open if they are an admin.
Options: true/false
Default: false
Example: local adminOnlyTrainer = false

Admin Only Noclip
Description: If true the Noclip Ability (F2) will only work if the player is an admin.
Options: true/false
Default: false
Example: local adminOnlyNoclip = false

Admins
Description: A list of identifiers that will be given admin privileges. Must follow example formats.
Options: This supports ip, steam, and license identifiers but steam is the recommended identifier.
Example Formats: ip:127.0.0.1 and steam:1100001XXXXXXXX




Was this answer helpful?

« Back