Everything posted by OneSimpleDuck
-
[SOLVED]How do you make LSPDFR plugins?
I know I am asking a lot of questions, I have asked like 3 in the last 3 hours but my every question needs a different post. I have already made an LSPDFR callout which has seen successful days and I am glad people like it. While still working on the callouts, I want to learn how to make LSPDFR plugins. I am pretty sure it will be pretty similar to callouts but again, I am not completely sure how similar it will be and how to setup the workspace and what all attachments are needed to make a plugin. I have knowledge in LSPDFR callout C# coding, Unity game engine C# coding, Roblox Lua, and Java and some Python. There are not also videos that I can find that show how to make a plugin. So if you guys have any idea of how to setup a normal plugin workspace or like a simple tutorial, that would be great! Thanks.
-
[SOLVED]Making a suspect target all cops instead of just players.
Oh ok thanks!
-
[SOLVED]How do I spawn a Duke O Death or Karin Kuruma
Nevermind, I got it, just go ingame and Press F4 to open RPH console and type "Spawn (your car name)" and your car code name will show up. In my case, Armored Duke o Death and Armored Kuruma's code names were "DUKES2" and "KURUMA2"
-
[SOLVED]How do I spawn a Duke O Death or Karin Kuruma
So basically I am making an armored vehicle pursuit for my callout pack. The problem is whenever I set the vehicle to SuspectVehicle = new Vehicle("Duke O'Death", SpawnPoint); it crashes my callout and straight up goes to End(). And I know that it is the vehicle's fault as when i tried to spawn a RUFFIAN which is a bike, it works, but when I change it to "Duke O'Death", the callout crashes and goes straight to End(). How do I fix this? What is the code name for the Duke O'Death or Karin kuruma?
-
[SOLVED]Making a suspect target all cops instead of just players.
Yea but then the fight against target will just be the player or can it be changes to fight against all responding cops? Because I want the suspects shooting at every responding cop and not just the player
-
[SOLVED]Making a suspect target all cops instead of just players.
I am making a callout pack called IndianCallouts. It has got quite a lot of recognition which I am very proud of. But I havent updated it in a while because of GTA V issues, and I want to know how to make a suspect shoot at all the cops and not just the player. I know a method like this exists, I just forgot the code for it. So basically I want a group of 4 people to shoot at all responding cops and not just shoot at the player. This will make it realistic and your help will be appreciated 😄
-
Rage Plugin Hook Crash
Thanks for the suggestion, I'll try re-installing and if it doesn't work, ill go to the official rage discord server. Again, I appreciate you stopping by and helping!
-
Rage Plugin Hook Crash
Thanks for the suggestion, but what you have suggested, i've already done that before, and i went through the RagePlugin doc you pinned and did all that they said, still doesn't work, says the same thing
-
Rage Plugin Hook Crash
When I one day fired Rage and opened LSPDFR, it showed like ScriptHookV was outdated or something but it wasn't. So I anyways re-installed it. And from then, whenever I fire up my rage plugin hook, it shows "Slow PC or bad antivirus" or sometimes show "Insufficient permission or bad Antivirus". I have tried searching on yt for this, none of em work. Can some of you guys suggest a safe and unusual way that you tried to fix this issue with and it worked? I would really appreciate anyone helping and will consider every suggestion i get until its fixed. Thanks 😄
-
[QUESTION] Callout timer
What do you mean call this feature I dont understand. If you just want to start a pursuit whether it be a robbery or not, and are using RagePluginHook to run lspdfr, press f4 and a ragepluginhook menu pops up, now type "StartCallout Pursuit" which will start a pursuit. If you want to start a holdup, do the same, "StartCallout Holdup" and same for every callout you download in the future.
-
[SOLVED] Coding Question: How to make suspect wanted for something specific
Got it, thanks
-
[SOLVED] Coding Question: How to make suspect wanted for something specific
Like in the arrest warrant of CompuLite, like ArrestWarrant:Evasion
-
[SOLVED] Coding Question: How to make suspect wanted for something specific
[Deleted]
-
Ped Attack Vehicle with Melee Weapon
Ped.Tasks.FightAgainst(parameters)
-
ForceDuty crash when i load my plugin
The tutorial which einfach replied with is co-incidently the same tutorial which i watched too! And its really helpful and better, if you still have don everything properly, just dont do force duty, just go to a pd and go on duty from there, because sometimes doing forceduty can be very hard to handle for the game which results in crashes even if you have a decent pc.
-
Can you override scanner audio calls?
I really dont think there is right now, because to do that you will have to mess with that dll plugin itself, which im pretty sure is not really possible. I don't know though, you keep search but im 95% sure its impossible
-
How to make Callouts for Lspdfr?
Ignore all the forum helps, watch this yt video whole 4 episodes in the series, u wont believe how easy it is to create callouts! I learned making callouts from this yt video itself so you might wanna check it out too
-
My script don't load
I really don't know how to get any answers from RagePluginHook logs, but if your plugins(example - callouts) just wont load, try adding a "lspdfr" folder in ur gta v plugins folder, and put all the dll, ini, and pdb files in the lspdfr folder. BUT, the main lspdfr.dll and lspdfr.pdb shoul remain in the plugins folder and SHOULD NOT go into your lspdfr folder. If you are already using this lspdfr folder method, try deleting the folder and moving all the plguns to the original plugins folder.
-
Suspect shooting bug
Just turn off the pursuit ai, i am pretty sure you do it by: Functions.SetPursuitDisableAI(LHandle pursuit, true) And make sure you have given the suspect(s) guns and did: Suspect.Task.FireWeaponAt(Game.LocalPlayer.Character, amount of seconds to fire, FiringPattern.BurstFirePistol) If your suspects dont have a pistol, do the FiringPattern to FiringPattern.BurstFire"YourWeaponName" Example: FiringPattern.BurstFirePumpShoutgun
-
[SOLVED] Coding Question: How to make suspect wanted for something specific
Look, I know how to make peds wanted by using PedPersona, but I have no idea how to make them wanted for something specific. Example, if I wanna make a ped wanted for like running through a police checkpoint without stopping (basically evasion), I make the ped wanted with PedPersona but in game, the ArrestWarrant reason is randomized, so the ped becomes wanted for something random. Can someone tell me how to make an ArrestWarrant for a ped for something specific or can you do it or not? Thanks 😄