Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Mello Trainer v0.5.0

Compare
Choose a tag to compare
@TheStonedTurtle TheStonedTurtle released this 06 Sep 14:17
· 1 commit to master since this release

A FiveM (GTA5 Modded Multiplayer) Trainer Made by TheStonedTurtle. This is a server-side trainer written in Lua with a NUI written with HTML, CSS, and JS.


v0.5.0 (09-06-2017)

JSON Updates, JSON Editor, Setting Sync System, New Location Menu, Blip/Overhead System Rewrite, and many other code improvements.

Changes

  • Majority of JSON moved to external files
  • Blip & Overhead Name System Rewrite
  • Potential fix for vehicles despawning
  • Trainer should now show above other NUI elements
  • PvP is now enabled by this trainer, will add config setting in future version
  • Settings in cl_variables.lua now sync correctly to their default state
  • Changed Map Blips to be on by default
  • Updated requestInput() to return false if the default text is returned
  • Updated vehicle settings being applied/retrieved when getting into a vehicle
  • Modified the F3 Teleport to Marker functionality
  • Many small bug fixes

Additions

  • Added the entire Location Teleport menu, some places may not load correctly
  • Added a Player Blip Names toggle, true by default
  • Added Admin Kill and Teleport Player To Me Commands
  • Custom JSON Loading (Editor: TheStonedTurtle.github.io)
  • Added all Post-Bikers Vehciles and Weapons to the menu (Thanks Fenwick)
  • Z key will now toggle the minimap big/small. Can be removed by removing the if statement in cl_settings.lua under the -- Toggle minimap on keypress comment.