

Even the pitch matters, but it's easy and small. Drawbacks are you need to be aiming very precisely. Raycast.cs does one simple raycast in front of the car. I don't know how critical performance is but I can imagine doing a bunch of simple raycasts and filtering on the already small list is good.Īnyhow while figuring this out I actually wrote two kinda working programs lol Doing multiples would also need to make you filter through the hit ones to get the correct one, at which point you'll be doing the first anyway. The other option would be to do a raycast, but you'd be limited by a single cast. afaik there are two solutions, iterating over all vehicles that are active and check with vectors if they are close and if they are in a certain area in front of you.

If you just use ScriptHookVDotNet, you can do something like vehicle.NumberPlate to get the plate.įor looking which is the car in front of you, things are a bit harder. Please do not release compiled versions of this plugin yourself, rather, contribute to this repository by submitting a Pull Request and your contributions will be included in the next official release.You basically want to grab the license plate of the vehicle in front of you. Obviously, feel free to use this as a resource to learn from and improve your programming skills for RPH (credits appreciated, please see licence also if copying/using larger parts of the code). They may make it into a release and, of course, you'll be credited appropriately. If you feel like it, please feel free to contribute by submitting a Pull Request. The code requires some refactoring and optimization work which I do not currently have the time for (particularly the case for the hugely long Bank Heist callout). Quite simple, clone the repo, place the below dependencies (except WmpLib, follow instructions) into a new PoliceSmartRadio/dependencies folder. Why I'm open sourcing some of my LSPDFR pluginsĪll donations are welcome and appreciated Code & building

This is the successor to FinKone's original Police Radio modification.ĭownload page here (contains plenty of info on features) Police SmartRadio is a plugin for LSPDFR by Albo1125 with over 600k downloads on.
