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

Releases: thelindat/linden_outlawalert

2.4.8

31 Jan 18:28
e814610
Compare
Choose a tag to compare

Added an export to retrieve Streetname, Zonename for external alerts.
Resolved an issue with pData.length being set as nil.

2.4.6

29 Jan 19:25
5a2ce5a
Compare
Choose a tag to compare

Now ensures chardata is set at the start of the script
Now check to see if player has damaged a ped in melee combat
Minor fixes

2.4.4

27 Jan 23:56
66ed537
Compare
Choose a tag to compare

Moved the config loading thread to client.lua
Removed some redundant code
Added custom blip sprites
Renamed vehicleDoors to doorCount
Added a better way to check if the character is loaded and thus start running the various threads
Resolve error with playerPed sometimes being incorrect

2.4.2

26 Jan 19:39
ef1b999
Compare
Choose a tag to compare

Cleaned up some functions.
Improved nearbyPeds check.
Changed PlaySound.
Fixed 911 commands.

2.4.1

24 Jan 13:45
c0643ef
Compare
Choose a tag to compare

I've pretty much added everything I had intended to add after release, on top of unexpected additions. Expect less frequent updates from now on.

Speeding will ensures player is driving the vehicle.
Autotheft now checks if player is trying to get into a vehicles driver seat, then checks if there is a non-player driver or if the alarm activates.
Adjusted values in zoneChance.
Report chance is now modified based on number of nearby peds.
Updated vehicleDoors check to actually check doors.
Code cleanup.
Disabled dependency on mdt for 911 calls.
Adjusted some codes and blips.
Added option for reporting when player is downed.

2.3.0

23 Jan 19:28
e07eda3
Compare
Choose a tag to compare

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.

2.2.0

23 Jan 12:06
c773af9
Compare
Choose a tag to compare

Added melee combat check.
Added version checking with config settings.
Added config toggles for enabling checks.
Config sets up tables automatically.

2.1.0

23 Jan 04:39
623f99e
Compare
Choose a tag to compare

Cleaned up and removed redundant code.
Moved some code into functions.
Improved carjacking check.
Added support for locales.
Improved custom notifications support.

2.0.1

22 Jan 12:51
a340dc1
Compare
Choose a tag to compare

Triggering notifications differently and separate from mdt:newCalls.
Proper support for multi-line notifications.
Cleaned up and removed redundant code.
New /911 and /911a commands.