Difference between revisions of "MelloTrainer Quick Start Guide"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
<div style="text-align: left;"><strong style="font-size: small;">Trainer Controls<br /><br /></strong></div> | <div style="text-align: left;"><strong style="font-size: small;">Trainer Controls<br /><br /></strong></div> | ||
<table cellpadding="10"> | <table cellpadding="10"> | ||
− | + | ||
<tr> | <tr> | ||
<th style="margin-left: 90px;"><span style="font-size: small;">Key</span></th> | <th style="margin-left: 90px;"><span style="font-size: small;">Key</span></th> | ||
Line 54: | Line 54: | ||
<td><span style="font-size: small;">Toggle Between Big & Small Minimap</span></td> | <td><span style="font-size: small;">Toggle Between Big & Small Minimap</span></td> | ||
</tr> | </tr> | ||
− | + | ||
</table> | </table> | ||
<p><span style="font-size: small;"><strong> </strong></span></p> | <p><span style="font-size: small;"><strong> </strong></span></p> | ||
<p><span style="font-size: small;"><strong>NoClip Controls</strong></span></p> | <p><span style="font-size: small;"><strong>NoClip Controls</strong></span></p> | ||
<table cellpadding="10"> | <table cellpadding="10"> | ||
− | + | ||
<tr> | <tr> | ||
<th><span style="font-size: small;">Key</span></th> | <th><span style="font-size: small;">Key</span></th> | ||
Line 133: | Line 133: | ||
<p><br /><br /></p> | <p><br /><br /></p> | ||
− | [[Category:Grand Theft Auto V]] [[Category: | + | [[Category:Grand Theft Auto V]] [[Category:Grand Theft Auto V Server Help Articles]] |
Revision as of 09:05, 8 August 2019
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?
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?
- Log-in to your game panel.
- Click Mod Manager
- Click the arrow beside FxServer Trainers to expand the group.
- Click the Install button for Mello Trainer v0.5.5.
Where to configure MelloTrainer?
- Log-in to your game panel.
- Click Configuration Files.
- Click the Text Editor button for Mello Trainer v0.5.5.
- Edit as needed and click save.
- 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
</tbody>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