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.

7katwoal12

Members
  • Joined

  • Last visited

  1. hello i was working and i have lost the code wich made a car spawn with damaged doors and windows. it was done with nativefunction. can someone help me? i have decompied my own code wich contains that part. here it is: NativeFunction.CallByName<uint>("SMASH_VEHICLE_WINDOW", new NativeArgument[2] { NativeArgument.op_Implicit((IHandleable) this.victim), NativeArgument.op_Implicit(0) }); NativeFunction.CallByName<uint>("SMASH_VEHICLE_WINDOW", new NativeArgument[2] { NativeArgument.op_Implicit((IHandleable) this.victim), NativeArgument.op_Implicit(1) }); NativeFunction.CallByName<uint>("SMASH_VEHICLE_WINDOW", new NativeArgument[2] { NativeArgument.op_Implicit((IHandleable) this.victim), NativeArgument.op_Implicit(-1) }); NativeFunction.CallByName<uint>("SET_VEHICLE_DOOR_OPEN", new NativeArgument[4] { NativeArgument.op_Implicit((IHandleable) this.victim), NativeArgument.op_Implicit(5), NativeArgument.op_Implicit(true), NativeArgument.op_Implicit(true) }); NativeFunction.CallByName<uint>("SET_VEHICLE_DOOR_OPEN", new NativeArgument[4] { NativeArgument.op_Implicit((IHandleable) this.victim), NativeArgument.op_Implicit(3), NativeArgument.op_Implicit(true), NativeArgument.op_Implicit(true) });
  2.    7katwoal12 reacted to a post in a topic: Display help only once
  3. hi! im making a ped on fire callout and i have assigned the "T" key to call the firetruck. What i want to do is when i press the T key the displayed help dissapear. I have this code: Thanks for the support if (Game.LocalPlayer.Character.DistanceTo(suspect) < 25f) { Game.DisplayHelp("Press T to call firetruck"); } if (Game.LocalPlayer.Character.DistanceTo(suspect) < 25f && Game.IsKeyDown(Keys.T)) { Functions.RequestBackup(Game.LocalPlayer.Character.Position, LSPD_First_Response.EBackupResponseType.Code3, LSPD_First_Response.EBackupUnitType.Firetruck); }
  4. And how i can find animations?
  5. I have fixed it thanks. The problem was that the start point and the end point were the same. Thanks
  6. hi! i want a ped to drive a car. i have this code but it doesn't work. The car gets stopped in the spawn point. Thanks for the support this.suspect.Tasks.DriveToPosition(car, spawn1, 30, VehicleDrivingFlags.FollowTraffic, 1000); .
  7. i dont decompile other's code.
  8. Okey thanks, but i dont know how to make the ped shoot on other civilians.
  9. Hi! I'm developing a subway terrorist attack callout and i want my suspect to shoot other peds. I have added this, but doesn't work. I hope you can help me with this! thanks. mySuspect.Inventory.GiveNewWeapon("WEAPON_CARABINERIFLE", (short) 100, true); mySuspect.Tasks.FightAgainstClosestHatedTarget(200f, 1);
  10. Hi! I writte here to ask if someone knows how to spawn a custom ped, for example s_m_y_cop_01. I have this code but "op_implicit" doesn´t let me compile. I attach a screenshot of visual studio. this.mySuspect = new Ped(Model.op_Implicit("a_f_m_fatcult_01"), this.SpawnPoint, 61f);

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.