Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

2.3.0

Compare
Choose a tag to compare
@thelindat thelindat released this 23 Jan 19:28
· 78 commits to master since this release
e07eda3

Added a seperate thread to update currentStreetName and speedlimit every 500ms, replacing the old function.
Added pedLocation() for formatting 'Street, Zone' when sending a notification, instead of everytime we update the street name.
Cleaned up and removed redundant code.
Only trigger vehicleData() when sending a notification, rather than every loop.
Speeding notifications now require you to be speeding for 0.8ms to trigger.
Shooting notifications now check if the weapon is blacklisted first.
Autotheft notifications now work for parked vehicles and are more consistent.
Changed the vehicleClass if statements to a table (much tidier).

Performance issues have been resolved:
Memory usage was getting to ~900KiB, now sits around half that.
CPU usage was sitting around 0.03ms while in a vehicle and spiking to 0.05ms; now down to 0.01ms with 0.02ms spikes.