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.

HazyTube

Members
  • Joined

  • Last visited

Everything posted by HazyTube

  1. That's not how you determine if something is outdated or not.
  2. How do you judge by your own "experience" that a plugin (that you call a mod) are not "compatible" with the current build. That absolutely makes no sense. Post your RagePluginHook.log so people can see why it crashed your game, because without reading logs yourself or letting other people do it, this is just a waste of time.
  3. Please don't start a topic like this if you need to remove plugins yourself, that work perfectly fine, I mean it is obvious that you don't have a lot of knowledge and that your game is just messed up. And of course, you can think that they are not working but you may be influencing some 12-year-olds and make them believe those plugins are not working, which is not really nice to the author
  4. How did you remove the key? Or did you change it to something you dont use?
  5. Maybe your GTA keybindings for conflicts?
  6. HoldMyGun is a standalone plugin, it should work. It is not dependent on LSPDFR
  7. That should work. I will test it again tomorrow and see what it gives me in the log.
  8. It should work. Do you use Random.Next(1, 10) and then use if statements along with else if to add some outcomes?
  9. You put it somewhere you would like, I usually put it in my common.cs. You can then use the default GetNextPosition on street, then add .GetSafeCoordinatesForPed(); so basically put it behind the function you already use.
  10. I will look at that. What is your min and max int?
  11. I haven't encountered a different variation for the Graffiti Callout, I started it around 10+ times. What are you using to make it random?
  12. There actually is a way to make the ped spawn on the pavement. Here an example: public static Vector3 GetSafeCoordinatesForPed(this Vector3 position) { Vector3 vector3 = Vector3.Zero; if (NativeFunction.Natives.GET_SAFE_COORD_FOR_PED<bool>(position.X, position.Y, position.Z, true, out vector3.X, out vector3.Y, out vector3.Z, 0)) { return vector3; } else { return Vector3.Zero; } } And also as I said, albo.common should be optional. Are you going to fix that?
  13. Downloaded the pack to test it out a little bit. Here are some things you can improve on: - The Drug Bust callout only has 1 spawn point. - The Fight callout only starts a pursuit automatically, it would be nice if there is some more variety. - The Traffic Collision callout spawns 2 vehicles, both flipped and 2 peds that start fighting in between the vehicles, when in a certain distance of the peds a pursuit starts. This is not really realistic, This could happen but it would be nice if there was some more variety to it. - It would be nice if the Search for Suspect callout gives a description of the ped, this would be more realistic and enjoyable. The ped also spawns in the middle of the street, and stands still.
  14. Some things to improve: - The graffiti callout only starts a pursuit when in a certain distance to the ped, maybe add some more variety in this. It also has only 1 spawnpoint as I noticed. - The suspicious vehicle callout always disregards because the MinimumDistanceCheck is too high because the spawn point is really close. - The Drunken Disordedly callout doesn't end when the suspect is cuffed or dead, The end key (default from ini) also doesn't work, this is probably because it is set incorrect by default in the ini. There is no space between the = and the key
  15. The plugin crashes when albo.common is not installed, you should add an exception handler for this. Dependencies like SmartRadio or Traffic Policer for example should always be optional
  16. FirstCallouts is getting a really big update soon, I kinda abandoned it a bit.
  17. Can't do anything about this, as said above
  18. I can’t find out why the ini file is like that from a log. I can’t do anything about it since it works fine for me and all my beta testers. You could try searching for a fix online. But try downloading the plugin from my github here: https://github.com/HazyTube/EasyLoadoutContinued/releases
  19. Parkstools is not a plugin, it's an API dependency. It comes with better EMS and needs to be installed in your main gta 5 directory, either you don't have it or its installed wrong.
  20. You are missing a dependency for Better EMS. You are missing Parkstools, it's a dependency for Better EMS and needs to be installed in your main gta 5 directory.
    Really nice plugin, Adds a lot of realism to VocalDispatch. A must have if you use VocalDispatch! 5/5

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.