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.

doubledecker

Members
  • Joined

  • Last visited

  1.    PNWParksFan reacted to a post in a topic: Set vehicle damage
  2. You could use this to get back on track on your project, you should be able to figure out what goes where from this =) . Door indexes: 0 = Front Left, //Front left window 1 = Front Right, //Front right window 2 = Back Left, //Middle left window 3 = Back Right, //Middle right window 4 = Hood, //Back left window 5 = Trunk //Back right window 6 = Toggle Extra //Windscreen 7 = Toggle Extra //Back window Door indexes also go in the same pattern as vehicle seats, but - 1. For example, index -1 is the driver, but index 0 is the passenger. This is the same case for all "normal" cars (What I mean by that is, if the car has extra seats, you need to check the VehicleSeat enum). The natives you need/used: void SET_VEHICLE_DOOR_OPEN(Vehicle vehicle, int doorIndex, BOOL loose, BOOL openInstantly) void SMASH_VEHICLE_WINDOW(Vehicle vehicle, int index) Your topic does unfortunately look like a case of code theft so you're going to have to figure out the other stuff out yourself 😃
  3. There are many ways around this. 1. One way of checking if your target is dead would be to invoke IS_PED_RAGDOLL and invoke it again after a certain period of time or keep checking if the ped is ragdolling to confirm that the ped is, infact, dead. This is a pretty bad solution if you're looking to check if the ped is dead on the spot. 2. You could check if the target's health is below 200 and then decide if the target is dead or not from there. In my opinion this would be your best choice. 3. If the target does infact go from a ped to an entity when below a certain amount of health, you could utilize IS_ENTITY_DEAD.

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.