Everything posted by GTAbear
-
"On me" (let police offcers follow you)
No new features or improvements. I have not worked on the plugin for a year i'm afraid.
-
"On me" (let police offcers follow you)
There are several partner plugins. They may be able to do what you want. ( I do not have an overview over current working plugins, so someone that uses plugins will have to chime in.
-
Character change
You do that in a police-station, but it is a really stupid process you need to use, where you pick a mother and father for your character -Must be one of R* worst ideas.. But you can also create a new character in GTAV\lspdfr\chars DO MAKE A SECURITY BACKUP BEFORE EDITING THAT FILE!!! Use notePad, and NOT a document-editor!
-
How to Fix LSPD:FR Vehicles You Can’t Enter
I was not aware that any not multiplayer vehicles was locked for player. Propl. because I override that in code, borrowedCar.SetLockedForPlayer(Game.LocalPlayer, false); borrowedCar.IsPositionFrozen = false; where borrowedCar is a defined object. This works general and universally for all GTAV vehicles, even wracks ! Mutiplayer-vehicles do open and can be started, but then they simply disappear and the avatar stands in the middle of the road ... I hoped your trick would fix that.
-
How to Fix LSPD:FR Vehicles You Can’t Enter
Does this include the vehicles from multiplayer?
-
problem with starting lspdfr configurator and RPH.
Please post in support https://www.lcpdfr.com/forums/forum/920-lspdfr-04-support/
-
Escort callout
Can you explain the Gameplay in that idea? Immediately it may sound appealing, but in fact it will only be driving really slow from a random pos to a cemetery. We could add a Gameplay element where a rival gang attack the griefers -at random. so we have escort & protection, but that lead to a new situation, where the protection should include the funeral service, and for that there are no animations/ scenarios or ped-textures, so that would be next to impossible.
-
how to control combat events
how does you 'activate' the default cops? / 'Call' them to the shooting? Show that code
-
NPC's holding positiong after suspect's death.
I remember a topic that had similar content, and afair someone did knew a mod at least like that. Look for something called 'cuff corpse' or 'secure corpse'. As always with old mods its not given that the mod will work any longer.
-
Light bar help
ehhhr.. What 'video'. The lights in GTA is not video, they are rendered/ drawn. If you want an all blue lightbar, you need to find a DLC-car that has that feature, and are usable in GTA. The that one car will have that, all others wont.
-
tow vehicles to impound?
It is. I have it in my plugin, but its not compilable with any other plugin at all. I only use my own plugin, and all features are in conflict with everything else. You can see my features in link in signature. But because it is possible, i am sure there is TowTruck-plugin, i actually thought it was included in STP..
-
Better Police Partner?
I made that, but it is not released. Any ped can drive Players car to a Player selected place on map, and i use it as a kind of "Citizen your PF needs your help. But there are issues. If the Ped is driving default, it can literary take for ever, before i reach my destination. Traffic in GTA is painfully slow! The option is to give the Ped Emergency permissions, and i sure get to my destination a LOT faster, i would however also be DEAD irl.. A Ped with Emergency permissions completely redefine "Rotten driving".
-
issue a warrant for arrest and detain specific peds.
Depends. a complete autonomous scenario where a new plugin creates all elements in the callout, (purp-car, contraband, purp) would be relatively simple, but if the elements should be available for other plugins like compuLite or appear in core features, it would be hard.
-
★ Modslist / Plugins Suggestions (Stable&Tested 0.4.9 February 2026) ★
wrong place for this type of Question, so please open a topic in support https://www.lcpdfr.com/forums/forum/920-lspdfr-04-support/ In the request do include your RagePluginHook.log the one from your GTAV folder And ask a mod to remove this here.
-
LSPDFR.INI realism
- Plugin / Mod Idea ! tell me what you think, can it be done ? Thanks - s
So there would not be any new gameplay for Player? Only occasionally seeing a vehicle that has been pulled over and some AI-officers talking or writing a ticket? Is that all? If so that can be done with simple faking, just randomly spawn a civilian vehicle with a police car/bike and an officer next to it... -Almost possible with a sprite animation of that scene ... (nah not Where is the Players role in that? Give us a detailed walk through of the event- Plugin suggestions.
Money based plugins is a drag. The concept of 'money' is tied to the GTA-character you use as entry-point, so the 'money' of that character ought to be available, but it is not. That is because the GTA-character is 'locked' when you play lspdfr, so that object cant have 'money'-property changed. So money is really annoying to work with. Currently i am designing a feature for my self in my plugin where crimes are not located to a search area at all. Instead i want the suspect to set off an initial event, where player, depending on distance to event -can choose to respond or not. When responding player now depends on sightings of the suspect and then has to hurry to last sighting and hope for a new sighting near by. By random a suspect-description will be given, and then player need to find suspect by sight, inside a timeslot, aided by sightings by the public or uniforms. This omits search-area and makes it more real. ..But can it be done and how well would it work, not sure, but use the idea if you like @TechOps Studio- im bored lets start a conversation about lspdfr
Do you know the RL "Sandy Shores", and the absurd story behind? It is all real! The marooned abandoned and run down skit-road vibe comes from Salton-Sea Holyday and resort. One of the biggest development and miscalculation disasters in USA.- Need Help with Callout Scripting
Great news! Was pretty spoof about this oddness FYI, there are no whatsoever log-messages, internal-errors or anything at all, that show that a wrong framework has been targeted. It is a completely silent fail -Nasty Also -This may be useful for you too- New programmer or aspiring to be one?
Not any i know. Maybe someone will add one if it exists- New programmer or aspiring to be one?
One more https://rde.fandom.com/wiki/List_of_Police_Scanner_quotes_by_.awc Police-scanner DB- Need Help with Callout Scripting
Bingo! Theres the issue! Now we know what is wrong. :! Changing framework in vs2022 is a google thing: https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-multi-targeting-overview?view=vs-2022 Let us know if this let you use the plugin!- Need Help with Callout Scripting
what about the framework you are using in VS? you need to choose .NET franmework instead of net. lspdfr was a VS2014/17 project, and the net-framework was not an option. install .NET Framework Developer 4.8, and then manually change the .NET target framework in the project file If indeed this is the issue, you cant use the old project-file, you need to make a new and then target that to the correct framework. All your code in the old main is fine so just copy paste it- Need Help with Callout Scripting
GRANGER But is the error in log different?- Need Help with Callout Scripting
Here i am not sue, it may be that peds cant drive add-ons, but i dont know. But more important: Does your plugin load and work now? - Plugin / Mod Idea ! tell me what you think, can it be done ? Thanks - s