This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
[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.