This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
Releases: MrDaGree/ELS-FiveM
Releases · MrDaGree/ELS-FiveM
2021.1: Fix for errors and stuff, I guess.
Applies workaround for edge-case error.
1.93 applies workaround for edge-case
FIX: Threads crashing due to nil index of vehicles.
Caused because of typos and not thoroughly checking before pushing to master.
Hotfix
A hotfix for ELS thread crashing when an nil index is passed.
I'm speculating this is caused by OneSync Infinity and the bubble* method.
*) Where players are loaded when they are within a certain distance of one and other, unlike normally where they are all loaded regardless of distance.
[1.9] Revival release
It's been some time since the previous release. I (Zeemah) have decided to support this project. As a start, this release covers:
- A fix which meant all passengers were able to use ELS controls.
- Now, only driver and front passenger can use the controls - as it was before.
- Another fix which crashed the thread due to invalid index. This was because a condition was in place for if the current vehicle was not
nil
, but it will never be nil. If they're not in a vehicle, it will be0
. - A new
debugPrint
function which cuts down on unnecessary conditions for ifprintDebugInformation
is true.- Is also shared, so it can be used on client and server.
- Rename of the
_curver
command. It is nowels
and takes aversion
argument to get the current version.
1.75 Dev Release
Added option for slowing lights now, sorry took so long.
1.7 Development Build
1.7-dev Create LICENSE
1.1.3a FIX
Fixed version number
1.1.3a
Release 1.1.3
Merge branch 'revert-92df3272' into 'master' Revert "Merge branch 'undefined' into 'master'" See merge request !5