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.

creator2013

Members
  • Joined

  • Last visited

Everything posted by creator2013

  1. [4/16/2019 4:18:55 PM.277] LSPD First Response: [TRACE] Instance cleaned ( #4) [4/16/2019 4:18:55 PM.314] LSPD First Response: CheepCallouts Priority >> ---------- Exception ---------- [4/16/2019 4:18:55 PM.314] LSPD First Response: CheepCallouts Priority >> Exception Time: 4/16/2019 4:18:55 PM [4/16/2019 4:18:55 PM.314] LSPD First Response: CheepCallouts Priority >> Exception Source: CheepCallouts [4/16/2019 4:18:55 PM.314] LSPD First Response: CheepCallouts Priority >> Exception Message: ComputerPlus is not installed. Das Plugin CheepCallouts verursacht deinen Fehler. Grund dafür ist, dass du das Plugin ComputerPlus nicht installiert hast.
  2. Nach meinen Erfahrungen musst du LSPDFR im Hauptinstallationsordner installieren und nicht in einem kopieren Ordner.
  3. Hey, um dir helfen zu können bräuchten wir die Fehlernachricht die du bekommst
  4. Also bekommst du den Fehler jetzt nicht mehr?
  5. Welche Dateien befinden sich in diesem Pfad?
  6. Anscheinend macht die Polizeistation "Rockford Hills Police Station" Probleme. Ich kenne mich mit den Namen aller Stationen nicht aus, aber kann es sein dass du eigene Stationen hinzugefügt hast?
  7. Yes. Create a static class named Function and put the method in there.
  8. This is refering to the class Function in the example callout plugin (click here to see what I mean). You either have to create your own function class with all your useful functions in it or define the method IsLSPDFRPluginRunning in your main class instead.
  9. Reminds me of a Federal Signal P8000
  10. Bei mir sind die dlcpacks unter mods/update/x64/dlcpacks . Im ganzen Pfad sind nur Ordner und keine rpf Dateien dabei.
  11. Random Rand = new Random(); int randomint = Rand.Next(0, 1); if(randomint == 0){ //Do something }else{ //Do the other thing } Like @AlexanderK. said, you can do this in one callout with the help of random integers. If you just want the endings to be different you can use the code above
  12. creator2013 replied to Volvo2213's topic in Legacy
    Did you download the newest update of GTA? If not: execute playgtav.exe and download the update
  13. GTA hatte vor kurzem ein Update. Versuche nochmal die neueste Rage Plugin Hook zu installieren.
  14. C# has pre made color values, for example Color.Yellow or Color.Red. Blip.Color takes a System.Drawing.Color value. This means that Color.FromArgb( 255, 255, 255) should work.
  15. YourBlip.Color = Color.Yellow; Use System.Drawing.Color
  16. Police9 geht nicht. Du kannst nur Standartslots überschreiben. Es gibt auch eine andere Möglichkeit, jedoch weiß ich noch nicht wie
  17. Was meinst du mit umgeschrieben? Wie hast du die Datei genannt?
  18. Willst du ein anderes Auto überschreiben als police2? Wenn ja: Du kannst die Dateien einfach umbenennen. z.B: police2 -> police. Beachte jedoch dass du wirklich jede Datei vom neuen Auto umbenennst.
  19. Persona SuspectPersona = Functions.GetPersonaForPed(Suspect); Functions.SetPersonaForPed(Suspect, new Persona(Suspect, SuspectPersona.Gender, SuspectPersona.BirthDay, 0, SuspectPersona.Forename, SuspectPersona.Surname, ELicenseState.Valid, 0, false, false, false)); Just rename Suspect to SuspectPed
  20. Do you mean this?
  21. Hallo. Standardmäßig sind die Nagelbretter (engl. Spike Strip) nicht im Spiel. Du müsstes dafür erstmal eine Mod oder Plugin installieren. Ein Plugin welches diese Funktion für die KI hat ist dieses hier:
  22. Cruise - ß BRD - ALT + ß TKD - ´ SCL - ALT + ´ BKT - ^ NTL - ALT + ^ Alle anderen Tasten sollten gleich sein
  23. It can work. You just have to make the database like Computer+ does, but the models could be a problem
  24. Oh, you mean that. LSPDFR asigns the names of a ped. Method how I think it's working: In the code there are 2 list with names (1: first name; 2: last name). The code selects one entry of each list and asign the chosen names as the name of the ped. All of this is connected with a local database where the model and name are saved.
  25. Grand Theft Multiplayer has a Ped list in the Wiki. https://wiki.gt-mp.net/index.php?title=Peds (No ad for Grand Theft Multiplayer)

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.