Everything posted by Pazzi
-
LSPDFR 0.5 Waiting
did you mean LSPDFR 0.4.2 ?
-
HELP LSPDFR COPS WITH GREEN JUMPERS
if you just installed EUP, make sure to also update the xml files in the "lspdfr\data" folder
-
BUG: FakeTrafficStop event causes crash
yeah.. it's purely unhandled error bug by LSPDFR sorry @Sam and @LMS. I need to tag you and I hope you guys could fix this bug on the next release.
-
crime report does't working
try to change the crime report keybind to another key (e.g. "X") and you should hold the key (not press) until there's a full bar on the bottom right of the screen
-
Plugins Blocked
try to increase RagePluginHook "plugin load timeout" value to 60000 in RPH settings.
-
GTA V "Err_Sys_Fileload" Crash Mystery
which gameconfig do you use? some gameconfig requires 2 ASI files to be installed on your main GTA folder if you don't have those installed, the game won't start.
-
Computer Plus Crashing
try to install this gameconfig https://www.gta5-mods.com/misc/gta-5-gameconfig-300-cars don't forget to also put 2 required ".asi" files on your GTA V main folder
-
0.4.1 Stable List (with links, authors & video demos)
hi mate... yeah that's true... btw. do you have any recommendation with GTAV v-sync settings for frames smoothness?
-
How to make my mp player's action like picture in LSPDFR?
you can use trainer and run a certain scenario or animations....
-
From Certain angles rims change color or flicker
i think it's because of the lod (level of detail) settings on the model... try to increase the lod in vehicles.meta... if it's still not working, then you should contact the vehicle mod author to fix it.
-
INTERSTATE 1 - REMASTERED -
hi.. will there be any conflict if i also use san andreas forest mod? https://www.gta5-mods.com/maps/forests-of-san-andreas-4861-trees-add-on-ymap
- 11 comments
- 3 reviews
-
major textur loss after .041 install
i also got info from some people that RAM speed might have affected the texture loss issue. if you have older RAM (lower than DDR4), try to reduce your texture quality to normal or high on GTA V graphic settings.
-
Adding Vehicles, Pursuit Backup and Peds
1) practically you can use any slot. but i prefer to replace policeb with highway patrol car since i don't use motorcycle as highway patrol vehicle.. 2) i think GTAV has native ped models for highway cop and motorcycle (policeb)... no highway car model as far as i know 3) yeah... by default it will be police, police2 and police3, unless you change the xml configuration.
-
Upgraded From 0.3 to 0.4.1 Crash To Desktop
i think it is highly recommended to install LSPDFR 0.4 from a clean sheet of GTA V folder. upgrading 0.4 on top of your current 0.3 installation will cause a lot variety of issues
-
0.4.1 Stable List (with links, authors & video demos)
wow... your ram is very old. no wonder.... i have 3000MHz RAM and GTX1070.. i had texture loss when the "preload all model" flag set to True... but everything's fine when i set it to false... my only issue is the FPS because i cannot get stable 60FPS like i had on LSPDFR 0.3... perhaps i'll upgrade my GPU to GTX1080...
-
Completely Lost
try the setups recommended by this post. i suggest you try it one by one... then run and see
-
Passenger issue.
what plugins are installed? that might be triggered by Interaction+... if you have that, test it by removing the plugin and see if it still happens
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
no worries my friend... i know that creating such plugin which should handle many situations is not easy and could be very tricky. after taking a look at your code, I think your dismissal code should be fine. i'll do some more testing in case some other plugin might cause it. if I may suggest, to avoid crash caused by "null pointer exception", you may: - wrap it with try-catch, especially on each new GameFiber you created.. i'm sure you already did it, but perhaps there's some missed GameFibers that don't have try-catch) - put a null and invalid checking before you want to access any ped object's attributes example: if(p != null && p.IsValid() && p.IsInAnyVehicle(false)) { // do something } that way, we will avoid "null pointer exception" and "invalid entity exception" crashes if the ped is null or not valid.
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
Interaction+ is an awesome plugin and I use it to replace LSPDFR+ and Computer+. So many potential features that can be added to this plugin. Good job, my friend!
- 1,005 comments
- 68 reviews
-
Interaction+ | Lite Computer System | Field Sobriety Test | Field Test Kits
i'm also still having this issue... somehow the arrested ped is getting dismissed, which might trigger the ped to steal the car bug. @Phaxol could you please check that "Ped.Dismiss()" statements is only applied to non-arrested ped? if (!Functions.isPedArrested(ped)) { ped.dismiss(); } also please be aware when setting "false" to "Ped.isPersistent" property. in RPH, "Ped.isPersistent = false" has the same effect as "Ped.Dimiss()". i also want to say that Interaction+ is an awesome plugin and I use it to replace LSPDFR+ and Computer+. Good job, my friend! 👍
- 1,005 comments
- 68 reviews
-
LSPDFR 0.4 Not working with a ps4 controller
I'm using PS4 controller and Steam "Big Picture". It works perfectly.
-
Stop The Ped and Smart Police Radio don't work after update
why do you still have OnSceneBackup? try to remove it since it's been merged into UltimateBackup
-
More Robberies
cool... this callout has so many potentials... you can add more locations and reaction varieties. you can also add dialogs and negotiations on hostage situation. there are a lot of shops and stores in GTA V that can be exploited.
- 62 comments
- 11 reviews
-
G-sync and FPS
gsync doesn't incfrease FPS. it makes the screen rendered smoother because it helps sync-ing each frames with your monitor refresh rate.
-
LSPDFR Crashes When Going On-Duty
[4/13/2019 6:31:02 PM.226] LSPD First Response: ============================== [4/13/2019 6:31:02 PM.226] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK [4/13/2019 6:31:02 PM.226] LSPD First Response: ------------------------------ [4/13/2019 6:31:02 PM.226] LSPD First Response: Origin: Game fiber "CharacterCreation". [4/13/2019 6:31:02 PM.226] LSPD First Response: ------------------------------ [4/13/2019 6:31:02 PM.226] LSPD First Response: Exception type: System.Xml.XmlException [4/13/2019 6:31:02 PM.227] LSPD First Response: Exception message: Name cannot begin with the '"' character, hexadecimal value 0x22. Line 772, position 22. [4/13/2019 6:31:02 PM.227] LSPD First Response: ------------------------------ [4/13/2019 6:31:02 PM.227] LSPD First Response: Inner exceptions: [4/13/2019 6:31:02 PM.227] LSPD First Response: ------------------------------ [4/13/2019 6:31:02 PM.227] LSPD First Response: Stack trace: [4/13/2019 6:31:02 PM.227] LSPD First Response: at System.Xml.XmlTextReaderImpl.Throw(Exception e) [4/13/2019 6:31:02 PM.227] at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos) [4/13/2019 6:31:02 PM.227] at System.Xml.XmlTextReaderImpl.ParseAttributes() [4/13/2019 6:31:02 PM.227] at System.Xml.XmlTextReaderImpl.ParseElement() [4/13/2019 6:31:02 PM.227] at System.Xml.XmlTextReaderImpl.ParseElementContent() [4/13/2019 6:31:02 PM.227] at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) [4/13/2019 6:31:02 PM.227] at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) [4/13/2019 6:31:02 PM.227] at System.Xml.XmlDocument.Load(XmlReader reader) [4/13/2019 6:31:02 PM.227] at System.Xml.XmlDocument.Load(String filename) [4/13/2019 6:31:02 PM.227] at UltimateBackup.Globals.loadRegions(String xmlFilename) [4/13/2019 6:31:02 PM.227] at UltimateBackup.Globals.readBackupXmlFile() [4/13/2019 6:31:02 PM.227] at UltimateBackup.Globals.loadConfiguration() [4/13/2019 6:31:02 PM.227] at UltimateBackup.Main.OnOnDutyStateChangedhandler(Boolean onDuty) if you have UltimateBackup, make sure all xml files are in valid XML format.