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.

Lukaz

Members
  • Joined

Everything posted by Lukaz

  1. The entire script really is deprecated and should not at all be written like this, firstly, __resource.lua is deprecated, and you should only be using fxmanifest.lua. Secondly, the script itself is written like it was FiveM 3 years ago. Instead of the 20 line's per file, you can knock it down to 3. See: RegisterCommand('twitter', function(msg) TriggerClientEvent(chat:addMessage,-1, "Twitter | " .. name, { 30, 144, 255 }, msg) -- Btw, chatMessage hasn't been used for 2 years either. end)
  2. Event chatMessage is deprecated and should not really be used. Switch to chat:addMessage to be up to 2021 standard. __resource.lua is also deprecated, use an fxmanifest.
  3. I have a fresh GTA and LSPDFR install, and my game crashes on launch. It's being doing it for months now with a "The process cannot access the file because it is being used by another process." error, and a complete reinstall hasn't fixed it. The only things I have installed is Rage, LSPDFR and my callout pack I'm trying to test. Log is attached below, any help is appreciated. RagePluginHook.log
  4. I am horrible at schedules. By Christmas hopefully! I added way to many calls to my to do list
  5. I haven’t really been able to develop much but I’m aware of the issue and will fix it in the next update.
  6. Ambulanc.IsSirenOn = true; FireTruck.IsSirenOn = true; PoliceCar.IsSirenOn = true; You've executed a bool, ending the loop of the callout. Try putting trues at the bottom of the code (only in this scenario) rather than anywhere near the top.
  7. Development is slow as I have issues with my game so I need a beta team for every little thing I add. Hoping to get one out by the end of the month.
  8. I have this crash when using lspdfr sometimes, mainly happens either on startup or during reloading. I can sometimes get it to work on startup but if I have to reload for whatever reason (e.g when I'm testing Beach Callouts) it will crash with the error: Everything is up to date and I've added gta as an anti-virus and firewall exception. Help would be appreciated 🙂
  9. STP is a required plugin by the drunk callout. If things are conflicting I will look into them immediately. Chances are it's because I haven't updated my rage/gta and the code I'm using may have been removed/ edited so I'll update my end and ensure everything is working :). Thank you! The majority of testing was done without any other plugin so I'll look into it conflicting 🙂 I was unaware of people having issues, are you sure you're using the listed ones as callout manager is displaying wip callouts that won't start as I have them disabled for development. Please show me a screenshot of your lspdfr folder so I can look for something that may cause an issue.
  10. While browsing lspdfr, my screen repeatedly get's overtaken by a Sky giveaway for my ip address for being a loyal customer, offering me a phone in exchange for completing a survey. It is also showing my actual IP address. I can't even back out of it without making a new tab and entering lspdfr.com from there.
  11. I'm aware of that and I've gotten a large beta tester team since I can't replicate that myself and next update has got to fix it.
  12. Was this happening before the latest update?
  13. Only reason there is 2 downloads is because lspdfr hides the file if I remove the old one, and if I had to rename the old file I'm in the same positions due to security checks
  14. Try pressing the key for reporting crimes. Not the one to call backup
  15. Force every callout and sned your rage log. This doesn't happen to anyone else.
  16. Thank you! I do have a murder investigation callout in development!
  17. Thank you I'll look into it immediately.
  18. You should need to press Y for each line. It won't move unless you press Y.
  19. On this thread you can post suggestions for things I can add to Beach Callouts and/or ask for support with the pack. The current callout list in development or released contains. Assault on a lifeguard. Indecent exposure. Murder of an officer under the pier. Active shooter on the Pier. Pursuit of a bicycle. Drunk Person on the Beach. Mugging. Dirtbike disturbance. Medical emergency.
  20. No offense but you shouldn’t release something that doesn’t work. Just a suggestion. Disable any distance checker if you have it as it can cause the bug. And set up this below in your if(... exists!) it will tell you if a ped spawn is causing the error. Game.LogTrivial("San Andreas Callouts: ERROR: Could not spawn ped... Ending callout early to prevent crash."); return; } }
  21. Public indecency is already there. drunk person is in testing. beach vessel coastal callouts bag theft sure fight in development taking photos sure dirt bike sure

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.