Everything posted by Fenix2525WOT
-
Please Help!
[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: ????? ????????? ? ???????? ??????????.
-
Please Help!
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 :)
-
Please Help!
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
-
Please Help!
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.
-
Please Help!
Can we hide cursor while RageNativeUI is visible? Figured it out, sorry for asking.
-
Please Help!
Do you know if there's a function to call fire department? like Main characters can dialing 911 on the phone
-
Please Help!
Exactly! Thank one more time
-
Please Help!
Sorry, what sould I type after "=" to get Player Ped? Rage.Ped myPed = ... ;
-
Please Help!
Thanks a lot! Very useful
-
Please Help!
Could you tell please, how to create ant take data from .ini file for my plugin?
-
Please Help!
Yes, I thought so, thanks a million! Now I'm waiting for Ragehook to be updated for the newest GTA patch. Thanks again!
-
Please Help!
Also, which method sould I use to get data from list in RageNativeUI, I mean how to know which item in list is selected?
-
Please Help!
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?
-
Please Help!
Thanks! I will watch, Albo
-
Please Help!
Should I put GameFiber.Hibernate() after every single method?
-
Please Help!
Hello, trying to make my first plugin, but having this: What should I do?
-
[1.3.0] Coroner Mercedess Sprinter by Fenix2525WOT
- 39 comments
- 12 reviews
-
[1.3.0] Coroner Mercedess Sprinter by Fenix2525WOT
- 39 comments
- 12 reviews
-
[1.3.0] Coroner Mercedess Sprinter by Fenix2525WOT
- 39 comments
- 12 reviews
-
[1.3.0] Coroner Mercedess Sprinter by Fenix2525WOT
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
- 39 comments
- 12 reviews
-
Can Scripthook V scripts be converted into Ragehook plugins?
Actually the same!
-
[1.3.0] Coroner Mercedess Sprinter by Fenix2525WOT
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?
- 39 comments
- 12 reviews
-
[1.3.0] Coroner Mercedess Sprinter by Fenix2525WOT
- 39 comments
- 12 reviews
-
Can Scripthook V scripts be converted into Ragehook plugins?
Read the README files. Also you can watch this: (The whole playlist I mean)
-
Can Scripthook V scripts be converted into Ragehook plugins?
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.