Qbox-project / qbx_vehiclekeys

GNU General Public License v3.0
5 stars 36 forks source link

refactor: remove acquirevehiclekeys event #131

Closed Manason closed 5 days ago

Manason commented 6 days ago

Want to move towards a world where we only modify vehicle keys on the server for security purposes.

This PR removes the acquire vehicle keys event and changes all the internal callers to use other means such as callbacks, or more specific events.

GttMone commented 5 days ago

That's gonna break a looot of scripts

solareon commented 5 days ago

That's gonna break a looot of scripts

The intent is to standardize what we need for the resource to function correctly and then add the backwards compatibility.