An extension to the Wraith wk_wars2x. It notifies you when a plate on a player's vehicle has been scanned. It gives you the plate, name of the owner, and vehicle label. In the future, you are also able to view flags on the plate.
- Make sure you have installed and started
wk_wars2x
- Download the resource from the 'Releases' page
- Drag and drop it into your
[qb]
folder - Configure it in the
config.lua
file - Start the resource
- Replace your
qb-policejob
resource with my version, and run the included.sql
file. - Ensure that you now have a
flags
column in yourplayer_vehicles
table. - Start the plate reader (to view how take a look at the official get started video)
- Scan a player's vehicle
- You should now see a notification pop up on your screen, if you are on duty as a cop
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.