Everything posted by Rich
-
Looking for a Towing and Coroner mod
Check your .ini files for keybinds. PSR is no longer updated, but it is functional.
-
LSPDFR DLL Crash after installing 3 plug ins
Please upload your RagePluginHook.log (text file) from your GTA V folder.
-
Traffic Policer crashes when i go on duty
//These values are the chances of an ambient event being created: the lower the number, the bigger the chance. Think of it as a '1 in x' chance. //To disable an ambient event, set its chance to 0. DrunkDriver=0 MobilePhone=0 Speeder=0 UnroadworthyVehicle=0 MotorcyclistWithoutHelmet=0 StreetRace=0 StolenVehicle=0 DrugDriver=0 Edit: This will not fix your issue with Albo1125.Common. Not sure what that's about.
-
Looking for a Towing and Coroner mod
With STP, if you open the Context Menu when near a vehicle, there is an option to Request Tow Service. Similarly, when near a dead body, you can use the Request Coroner Unit option. I think PoliceSmartRadio allows you to call these services at any time through the PSR UI? I don't remember.
-
Traffic Policer crashes when i go on duty
Did you do what the message says? Traffic Policer is no longer updated, and while it's still usable, certain settings should be disabled to prevent crashes (mainly ambient events). Please upload your RagePluginHook.log (text file) from your GTA V directory.
-
coastal callouts 2215 update
https://www.lcpdfr.com/forums/topic/99379-coastal-callouts-support-thread/
-
Looking for a Towing and Coroner mod
What kind of towing and coroner features are you looking for that STP/UB doesn't provide?
-
Want to create a simple script/plugin for animations NEED HELP
I thought Rage only loaded .dll files from the plugins folder unless you specified otherwise in your code (I'm assuming you didn't). If you're making a Rage plugin, I would recommend writing it yourself and not using some third party tool that is nearly 5 years old (doesn't use Rage btw).
-
Random cop
Like I said, you'll probably have to write that function yourself.
-
Random cop
It just makes LSPDFR know the ped is a cop, I don't know if it assigns a department.
-
Rich's Police Enhancements
- 386 comments
- 30 reviews
-
Police lollipop
You can use my Scene Manager plugin to stop vehicles, but there's no lollipop.
-
Police lollipop
What do you mean by lollipop?
- Random cop
-
Random cop
That function sets the ped as a cop which is recognised by LSPDFR; it doesn’t change the model.
-
Random cop
No, it returns a bool. As far as I know, there is no function to spawn a random cop. You would have to write it yourself.
-
When I pull over ped,LEPDFR will crash
The part of your log that says UNHANDLED EXCEPTION will tell you what caused the crash.
-
When I pull over ped,LEPDFR will crash
You don't, but look at your crash in the log next time.
-
When I pull over ped,LEPDFR will crash
If you put your .pdb file in with your .dll, the crash will tell you what line in your code is causing the crash.
-
Scene Manager
- 238 comments
- 24 reviews
-
Scene Manager
- 238 comments
- 24 reviews
-
Let the NPC spawned by me drive car
No thank you
-
Let the NPC spawned by me drive car
ped.Tasks.DriveToPosition
-
Let the NPC spawned by me drive car
You can use a driving task, yes.
-
Let the NPC spawned by me drive car
Ped tasks.