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.

Fenix2525WOT

Members
  • Joined

  • Last visited

Everything posted by Fenix2525WOT

  1. [09.06.2016 17:16:19.812] LSPD First Response: ============================== [09.06.2016 17:16:19.812] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK [09.06.2016 17:16:19.813] LSPD First Response: ------------------------------ [09.06.2016 17:16:19.813] LSPD First Response: Origin: Rage.SleeplessGameFiber [09.06.2016 17:16:19.813] LSPD First Response: ------------------------------ [09.06.2016 17:16:19.814] LSPD First Response: Exception type: System.NullReferenceException [09.06.2016 17:16:19.815] LSPD First Response: Exception message: ?????? ?? ?????? ?? ????????? ?? ????????? ???????. [09.06.2016 17:16:19.815] LSPD First Response: ------------------------------ [09.06.2016 17:16:19.816] LSPD First Response: Inner exceptions: [09.06.2016 17:16:19.816] LSPD First Response: ------------------------------ [09.06.2016 17:16:19.817] LSPD First Response: Stack trace: [09.06.2016 17:16:19.817] LSPD First Response: ? LSPD_First_Response.Mod.API.Functions.GetActivePursuit() ? E:\GTA V\LSPD First Response\LSPD First Response\Mod\API\Functions.cs:?????? 131 [09.06.2016 17:16:19.818] ? MenuExample.EntryPoint.OnItemSelect(UIMenu sender, UIMenuItem selectedItem, Int32 index) ? C:\Users\Yaroslav\documents\visual studio 2015\Projects\Megaphone\Megaphone\MainClass.cs:?????? 331 [09.06.2016 17:16:19.818] ? RAGENativeUI.ItemSelectEvent.Invoke(UIMenu sender, UIMenuItem selectedItem, Int32 index) [09.06.2016 17:16:19.818] ? RAGENativeUI.UIMenu.SelectItem() [09.06.2016 17:16:19.819] ? RAGENativeUI.UIMenu.ProcessControl(Keys key) [09.06.2016 17:16:19.819] ? RAGENativeUI.MenuPool.ProcessMenus() [09.06.2016 17:16:19.819] ? MenuExample.EntryPoint.Process(Object sender, GraphicsEventArgs e) ? C:\Users\Yaroslav\documents\visual studio 2015\Projects\Megaphone\Megaphone\MainClass.cs:?????? 359 [09.06.2016 17:16:19.819] ? System.EventHandler`1.Invoke(Object sender, TEventArgs e) [09.06.2016 17:16:19.820] ? Rage.Game.RaiseFrameRender(GraphicsEventArgs e) [09.06.2016 17:16:19.820] ? Rage.RemotePlugin.HandleRenderThread() [09.06.2016 17:16:19.821] ? Rage.GameFiber.Main() [09.06.2016 17:16:19.821] LSPD First Response: ============================== [09.06.2016 17:16:19.821] LSPD First Response: [09.06.2016 17:16:21.034] LSPD First Response: Error while initializing plugin: MenuExample.EntryPoint: ????? ????????? ? ???????? ??????????. ? Rage.GameFiber.SleepThis(Int32 duration) [09.06.2016 17:16:21.035] ? MenuExample.EntryPoint.Initialize() ? C:\Users\Yaroslav\documents\visual studio 2015\Projects\Megaphone\Megaphone\MainClass.cs:?????? 62 [09.06.2016 17:16:21.035] ? ?????????????????????????????????????????.?????????????????????????????????????????() ? E:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:?????? 579 [09.06.2016 17:16:21.038] ForceDuty: ????? ????????? ? ???????? ??????????.
  2. LSPD Frist Responce.dll plugin crashes every time trying to do this function. Don't you know why? My Code: using LSPD_First_Responce.Mod.API; public static void OnItemSelect(UIMenu sender, UIMenuItem selectedItem, int index) { if (selectedItem == BackupList) { if(BackupList.Index == 0) { Functions.RequestBackup(Game.LocalPlayer.Character.Position,LSPD_First_Response.EBackupResponseType.Code3, LSPD_First_Response.EBackupUnitType.Ambulance); } else if (BackupList.Index == 1) { Functions.RequestBackup(Game.LocalPlayer.Character.Position, LSPD_First_Response.EBackupResponseType.Code3, LSPD_First_Response.EBackupUnitType.Firetruck); } } if(selectedItem == FIREBACKUP) { Vector3 pos = Game.LocalPlayer.Character.Position; LHandle pursuitHandle = Functions.GetActivePursuit(); if (pursuitHandle != null) { Functions.RequestBackup(pos, LSPD_First_Response.EBackupResponseType.Code3, LSPD_First_Response.EBackupUnitType.Firetruck); Functions.RequestBackup(pos, LSPD_First_Response.EBackupResponseType.Code3, LSPD_First_Response.EBackupUnitType.Firetruck); Functions.RequestBackup(pos, LSPD_First_Response.EBackupResponseType.Code3, LSPD_First_Response.EBackupUnitType.Ambulance); Functions.RequestBackup(pos, LSPD_First_Response.EBackupResponseType.Code3, LSPD_First_Response.EBackupUnitType.Ambulance); System.Media.SoundPlayer player = new System.Media.SoundPlayer(Megaphone.Properties.MegaphoneRes.CARONFIRE_1); player.Load(); player.Play(); GameFiber.Sleep(14000); Functions.PlayScannerAudioUsingPosition("IN_OR_ON_POSITION", pos); GameFiber.Sleep(2000); System.Media.SoundPlayer player2 = new System.Media.SoundPlayer(Megaphone.Properties.MegaphoneRes.CARONFIRE_2); player.Load(); player.Play(); } else Game.DisplaySubtitle("You Should Be In A Pursuit", 6000); } @ToastinYou and @Stealth22 , help please :)
  3. Thanks, man. Helped me a lot! @Stealth22 , Do you know if there's a function to call fire department? like Main characters can dialing 911 on the phone
  4. How to check if the pursuit is running and write the data to boolean? Tried Functions.GetActivePursuit but didn't manage to make bool out of it's data.
  5. Can we hide cursor while RageNativeUI is visible? Figured it out, sorry for asking.
  6. Do you know if there's a function to call fire department? like Main characters can dialing 911 on the phone
  7. Exactly! Thank one more time
  8. Sorry, what sould I type after "=" to get Player Ped? Rage.Ped myPed = ... ;
  9. Thanks a lot! Very useful
  10. Could you tell please, how to create ant take data from .ini file for my plugin?
  11. Yes, I thought so, thanks a million! Now I'm waiting for Ragehook to be updated for the newest GTA patch. Thanks again!
  12. Also, which method sould I use to get data from list in RageNativeUI, I mean how to know which item in list is selected?
  13. Thanks a lot! Can I ask one more question? To play .wav sound shoul I type in using System.Media; or RageHook has an option to do it without Windows tools?
  14. Thanks! I will watch, Albo
  15. Should I put GameFiber.Hibernate() after every single method?
  16. Hello, trying to make my first plugin, but having this: What should I do?
  17. Will fix it in 1.3.1. Or you can just delete 'sheriff' section in vehicles.meta. Thanks Will fix it in 1.3.1. Or you can just delete 'sheriff' section in vehicles.meta. Thanks Will fix it in 1.3.1. Or you can just delete 'sheriff' section in vehicles.meta. Thanks Will fix it in 1.3.1. Or you can just delete 'sheriff' section in vehicles.meta. Thanks Will fix it in 1.3.1. Or you can just delete 'sheriff' section in vehicles.meta. Thanks
  18. 1.3.0 update was pretty messed up. Sorry, can't fix it now. Currently moving to the university which is in another city. Will do it a couple days later I guess. Is that OK for you? 1.3.0 update was pretty messed up. Sorry, can't fix it now. Currently moving to the university which is in another city. Will do it a couple days later I guess. Is that OK for you?
  19. It's not about the .meta files. I will check all textures.
  20. Read the README files. Also you can watch this: (The whole playlist I mean)
  21. It's possible, but you have to write this plugin from the very beginning! It's NOT easy, you know. There are many RPH Plugins to use. ALSO, ScriptHook V and RPH work together BEAUTIFULLY! But you must install all the mods correctly.

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.