Everything posted by WithLithum
-
i need HEEEELP with my plugin im making
You probably has to specify Loop or StayInLastFrame flag. And you must make them play the animation only when player is close.
-
Not able to select weapon other than pistol and taser
Go through and move all of your ASI mods beside OpenIV away, test them one by one until you can reproduce the issue and found out what causing it. When you start remember to name dinput back so it can work.
-
GTA 5 Crash
Disable your mods folder and try again. A quick look up on the web suggesting that a problem associated with textures.
-
game crashes
Start the game without RPH. Did it crash?
-
Police vehicle stuck in ground
How do you install them?
-
Game crash once loaded in.
Please post the screenshot of the message box during crash, including its title bar.
-
How do you funnel traffic left or right when doing a blockade?
Unfortunately what OP looking for is something like Scene Manager.
-
Not able to select weapon other than pistol and taser
Disable your ASI loader. This can be done by renaming dinput8.dll to dinput_.
-
LSPDFR Crashing
Did you hold it?
-
Not able to select weapon other than pistol and taser
You can try to disable your mods folder, or any other plugins.
-
Steam not launching GTA V after update
Just for the record, some instances specifically require manual launch to prevent CTD at startup.
-
Not able to select weapon other than pistol and taser
Disable Realistic Weapon system, or did you use Generic (G key) menu to grab rifle from car?
-
Crash on desktop
Go to your lspdfr/lspdfr.ini, and set AmbientSpawn.DisableRandomUnits to true. And also PoliceStation.DisableAmbientSpawn
-
LSPDFR and GTA V won’t launch
It is obvious that stuffs starting to break in LML each major update, the first time Digital Restrictions Management kicks in and broke it. What for this time?
-
Michael's gate won’t open
More specifically, it will not work when playing as any model other than Michael.
-
Very Stable Game now crashing
A missing comma, bracket, (for example) in C# leads to a clear compiler error. There is no clear messages suggesting that your files broke in GTA.
-
UNHANDLED EXCEPTION DURING GAME FIBER TICK
System.AccessViolationException from RAGENativeUI Update your RAGENativeUI. It can be found at https://github.com/alexguirre/RAGENativeUI/releases.
-
LSPDFR Crashing
Complete Monkey Business first, or SWITCH to Franklin before playing LSPDFR.
-
Console Command Conflict Help!
Update checker should not rename any files, or it should not even to get any files. User should replace the DLL themselves.
-
How can i start creating my own callout packs or speed radars?
LSPDFR plugins are class libraries that works on .NET Framework and placed into the plugins folder and loaded by LSPDFR at the runtime via Reflection (dynamically on the-fly), so if you want to develop LSPDFR callout packs or plugins, you'll need: .NET Framework 4.8 Visual Studio 2022 or any other IDE that supports .NET 4.8 & RAGE (MonoDevelop treats RPH SDK as an empty assembly, as it was not built like a standard reference assembly), and even Visual Studio Code With .NET Desktop Development workload You can untick these to save disk space: ML.NET Model Builder Live Share Entity Framework 6 Tools You create a plugin project by creating a Class Library (.NET Framework) and referencing RPH via NuGet & reference LSPDFR's assembly (dll) file. You can check the API Development section pinned topics to find things to get you started. Also, it's worthy to check LMS's GitHub repositories (called LMSDev), though it's somehow not being updated now, it has things like tutorials and examples.
-
Console Command Conflict Help!
The author often changes it's Assembly Name between updates.
-
LSPDFR - Stats.dat
Open the properties page of LSPDFR folder. Click "Security" and post a screenshot of that. If it was a file not found, .NET won't throw Unauthorized Access exception.
-
lspdfr crashes after selecting a character
Install the latest version of RAGENativeUI. https://github.com/alexguirre/RAGENativeUI/releases
-
Insufficient Permissions or Bad Antivirus
Start RPH as an administrator. If that fails, reinstall the game.
-
Wont Load
Start RPH as an administrator. If that fails, exclude GTA V folder in your anti-virus. If that fails, reinstall the game.