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.

SyeDog

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Hey,
     
    when you spawn a ped you can use:
    public Ped( Vector3 position, float heading ) Example:
    Ped p = new Ped(new vector3(1,1,1),7) //This will spawn a ped at 1,1,1 and with a heading of 7 When you have already spawned it and want to change it's location use: Ped.Posistion
     
    I hope this helps! let me know if there is anything else i can do!
     
    Used pages:
    Rage docs, ped constructor
  2. Like
    Uhmm,
     
    do this when you want to spawn it at your posistion,
    use the code you wrote when you want to change a posistion from a spawned ped.
     
    You clould store the vector and heading together by using a struct.
    Vector3 spawnpoint = new vector3(541,5461,215); Ped p = new Ped(spawnpoint, 8); Bye!
  3. Like
    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.
  4. Like
    Yes. Create a static class named Function and put the method in there.

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.