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.

comy123

Members
  • Joined

  • Last visited

Everything posted by comy123

  1. Hi, Trying actually to write my first callout plugin. But have problems to sway my PED to shoot on everybody like cops and civils. Not only me. Actually my PED is shooting only on me. I have made some tests with the Relationshipgroups, but was net successful. Maybe anybody can get me the right tip what is to do or where I can find in in the RAGE SDK documentation. I missing a search function there 🙂 public override bool OnCalloutAccepted() { Rogue.Inventory.GiveNewWeapon("WEAPON_PISTOL", -1, true); RBlip = Rogue.AttachBlip(); return base.OnCalloutAccepted(); } public override void OnCalloutNotAccepted() { base.OnCalloutNotAccepted(); if (Rogue.Exists()) Rogue.Delete(); if (RBlip.Exists()) RBlip.Delete(); } public override void Process() { base.Process(); /*Rogue.RelationshipGroup = "Killer"; Game.LocalPlayer.Character.RelationshipGroup = "Cop"; Game.SetRelationshipBetweenRelationshipGroups("Killer", "Cop", Relationship.Hate);*/ Rogue.Tasks.FightAgainst(Game.LocalPlayer.Character); if (Game.LocalPlayer.Character.IsDead || Rogue.IsDead) { this.End(); } }
  2. Have a look on this. I compiled the version from github in visual studio for myself and works fine in 0.41. I am not sure if it's allowed to make it public.

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.