Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

alexguirre

Members
  • Joined

  • Last visited

Everything posted by alexguirre

  1. The people from Los Santos aren't happy and have started to do demonstrations: Coming in Wilderness Callouts 0.5.0: The Demonstration callout.
  2. @PNWParksFan The new settings seem to work well
  3. Currently you can use it whenever you are in a heli. Once you enter in a heli a notification will appear saying: "Press ~some key~ to activate the helicopter cam". I haven't think of any callout to use it in, probably I will add what PNWParksFan said, make helicopters spawn in the police stations helipads for the missing person callout.
  4. @PNWParksFan @Kal74 Some WIP screenshots of the new heli cam
  5. In fact you have thermal and night vision using the binoculars, it can help you find the missing person.
  6. I tested it only with the annhilator and it crashed, but it should need to just support rappelling and it will work. The options to change vet, heli paramedics and heli pilot models were added too. Thanks for your suggestions
  7. Just finished adding this settings, and tried replacing the air ambulance heli with other that you can't rappel from and it crashes the game like I supposed. These settings will be in the next update for sure.
  8. I will add those settings in the next version, but from what I understand not all helis have the rappel feature so it may crash with other helis. I will think about that callout, it's already really hard to find the person in the Missing person callout while you're on the ground so I don't know how hard it will be from a heli
  9. That makes it work a bit smoother. When it gets stuck in front of a ladder if I clear the tasks and make the loop again he climbs it, I suppose it gets the vector3 in midair and the AI doesn't know what to do. I might check if the player is climbing d wait for it to finish and tanhen get the vector3 and assign the task.
  10. I've been trying to achieve this but it never ends up working well, the best code I get is below but the ped sometimes gets stuck in the ladders(he stays looking at the ladder) and the movement of the ped isn't smooth: Ped ped = new Ped(player.GetOffsetPosition(new Vector3(0f, -4f, 0f))); GameFiber.Sleep(1000); NativeFunction.CallByName<uint>("SET_PED_PATH_CAN_USE_CLIMBOVERS", ped, true); NativeFunction.CallByName<uint>("SET_PED_PATH_CAN_USE_LADDERS", ped, true); NativeFunction.CallByName<uint>("SET_PED_PATH_CAN_DROP_FROM_HEIGHT", ped, true); while (!Game.IsKeyDown(Keys.Y)) { GameFiber.Yield(); if (Vector3.Distance(player.Position, ped.Position) > 2.0f) { Vector3 p = player.GetOffsetPosition(new Vector3(0f, -1.25f, 0f)); Task t = ped.Tasks.FollowNavigationMeshToPosition(p, player.Heading, 1.0f); while (Vector3.Distance(player.Position, ped.Position) > 5.0f) { GameFiber.Yield(); if (Vector3.Distance(p, ped.Position) < 2.0f) break; if (t.Status == TaskStatus.Interrupted) break; if (!t.IsActive) break; } ped.Tasks.Clear(); } } Does anyone have a better code?
  11. Currently working on Wilderness Callouts v0.5.0 One of the biggest change is going to be the Suicide Attempt callout. You will be able to decide what to say and depending on that the person will commit suicide or not and in the screenshots below you will see another big change also related to this callout
  12. That callout is a bit rare, you should patrol around mount Chiliad, at the north, and you can press X to force callouts if you still don't get it.
  13. Once you load LSPDFR and go on duty open the RPH console and you shoulld see few lines similar to this: [06/12/2015 11:07:55.896] LSPD First Response: Registering callout WildernessCallouts.Callouts.IllegalHunting If you have that LSPDFR is loading the callouts, You can try to press X and force the callouts and you will end up having one of mines. @fireboy6117 I don't have any issues where I can't arrest anyone, if you still have this issue try playing LSPDFR with only Wilderness Callouts
  14. Yeah, the reason is that GTA V unloads the collisions to the objects/vehicles/characters out of camera. If you keep looking at the vet you will see that the animal doesn't but once you turn around just a second and go back and look again you will see that the animal is on the ground. Hopefully I will find a way to fix this and it'll be in a future update.
  15. The log didn't register any crash, can you try with only Wilderness Callouts in the Plugins\LSPDFR folder?
  16. I recently updated this file: http://www.lcpdfr.com/files/file/8108-wilderness-callouts/ And I'm trying to edit the details to put there the new features. It says: Sorry, there is a problem This content can no longer be edited. It may have been moved or deleted, or too much time may have passed since it was posted for it to be edited. Error code: 2S136/E I suppose the problem is because it was submitted on July and now it's too old to edit it. Anyway to be able to edit it?
  17. Wilderness Callouts 0.4.0 Wilderness Callouts has been updated to version 0.4.0. Requires RAGEPluginHook 0.28 and RAGENativeUI 1.2: Changelog: Added a new callout: Public disturbance(with more than ten different possibilities). Added a new callout: Arson. Added a new callout: Hostage situation. Added a new callout: Officer needs transport. Added a new possibility to the Suicide attempt callout: attempting to jump Added longer dialogues to the Suicide attempt. Added binoculars, including night and thermal vision technology. Controls use the NumPad, check the .ini file for the exact controls and change them. In the Missing person callout now you can call an air ambulance if you think it's needed. Added new scenario to the Missing person callout where the person is very injured. Now you can call an air ambulance whenever you want, so if a dead person is in an inaccessible position for the coroner or the ambulance the air ambulance will deal with the dead person. Now an air support unit will help you find the suspect in the Wanted felon and Arson callouts. He'll update the suspect location and tell you the direction he's going (with audio). Added notification to know when you have ended a callout. Added ambient events, currently: Someone hunting and public intoxication. You can activate blips in the .ini file. Added an interaction menu to ask for the hunting license, the fishing license, call an air ambulance and call a vet(LControl + O by default to open it). Removed hot-keys for call a vet and call an air ambulance, use the Interaction menu instead. Vehicles created in the callouts have the possiblity of been tuned. Created peds speak a little, for example in the hunter from Possible illegal hunting callout decides to attack you he will say something like "Fuck you!".(audio) Added trucks with trailers to the Reckless driver callout. Improvents/bugfixes in all the callouts. Added a RAGEPluginHook correct version check system(thanks to Albo1125 for this, minimum version needed 0.28) Removed the need of alexguirre.Common.dll Removed external .xml files. Get it here: http://www.lcpdfr.com/files/file/8108-wilderness-callouts/
  18. Wilderness Callouts should work, can you post you RPH log to see where it crashes?
  19. In my computer I need to have the Num Lock on, maybe you have it off. That's the only thing I can think of right now.
  20. It always works for me. Do you load the plugin? Does it crash?
  21. If I understand it correctly, that might be a problem loading the background sprite, try restarting your computer. If your problem continues post a screenshot of your problem and tell me which is your monitor resolution.
  22. You have to use the exact key name. For example for LControlKey, if you put lcontrolkey or LCONTROLKEY, it won't work

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.