Everything posted by JackNorris
-
Station 19 Callouts
- 58 comments
- 16 reviews
-
Station 19 Callouts
- 58 comments
- 16 reviews
-
Station 19 Callouts
This plugin made me highly interessed. But when I start a Station 19 LSPDFR crashs due to a nonexistent Computer+ plugin. It does not even help I turned off Computer+ integration within the ini. I think that could be improved.
- 58 comments
- 16 reviews
-
Make Ped Shooting On Next Peds
No, they were not. That was the cause, thank you!
-
Make Ped Shooting On Next Peds
Thank you for your answer! But that does not seem to be the only mistake. They still do not shoot at me. I noticed an odd behavior: When I reload all plugins by ReloadPlugins they begin shooting at me. Maybe that could be the key to find the cause.
-
Make Ped Shooting On Next Peds
Hello, I'm confused why the spawned ped does not shoot at me: public override bool OnCalloutAccepted() { suspects[0] = new Ped("a_f_m_bodybuild_01", new Vector3(-466.5565f, -700.2243f, 20.03186f), 219.2955f); suspects[0].Inventory.GiveNewWeapon("WEAPON_CARBINERIFLE", 200, true); suspects[0].RelationshipGroup = "TerroristSubway"; Game.SetRelationshipBetweenRelationshipGroups("TerroristSubway", "COP", Relationship.Hate); Game.SetRelationshipBetweenRelationshipGroups("COP", "TerroristSubway", Relationship.Hate); } public override void Process() { for(int i=0; i<suspects.Length; i++) { suspects[i].Tasks.FightAgainstClosestHatedTarget(10); } } I thought this could be easyer than using the FightAgainst task by iterating through all other peds. What is my mistake? Thanks in advance.
-
Get Position Coordinates
Thank you for your fast answer.
-
Get Position Coordinates
Hello, I'm starting with coding LSPDFR Plugins and trying with creating a first little project. But now I have a problem. I need to save the coordinates of a specific point. How do I get them? I could not find an RPH command. Or will I need to write a coordinate-getter by myself? Thanks in advance.
-
Better EMS
I have a question: When I use the Ambulance Entry with CustomBackup the plugin sends a fire truck AND an ambulance. Is it possible to only send an ambulance or only send a fire truck? Thanks in advance!
- 781 comments
- 85 reviews
-
Callout Manager
- 138 comments
- 34 reviews
-
HEROCOP BETA 0.5b
- 542 comments
- 98 reviews
-
Yet Another Partner Mod 1.7.04.1750
Nice plugin, but it would be nicer if you are able to select a detective as a partner. Most time I do my duty in plainclothes (with the IAA Skin) and in Downtown PD often walks a detective (female, with black skin and short hairs), who I wanted to select, but it didn't work. If you add this option, I will give 5 stars.
- 156 comments
- 25 reviews
-
Traffic Policer (Breathalyzer, Traffic Offences, Speed Detection & more)
First: I love your plugins. Keep it up! But I have a problem with changing the menu selection key. If I press "E" to speek with a pulled over vehicle and select an option, I need to press the key which is assigned to enter a vehicle. This wouldn't be a problem, if I wouldn't grab the driver out of his car. :D Is there any method to fix this problem? I didn't find any option in the *.ini. Thanks in advance. (Y) First: I love your plugins. Keep it up! But I have a problem with changing the menu selection key. If I press "E" to speek with a pulled over vehicle and select an option, I need to press the key which is assigned to enter a vehicle. This wouldn't be a problem, if I wouldn't grab the driver out of his car. :D Is there any method to fix this problem? I didn't find any option in the *.ini. Thanks in advance. (Y) First: I love your plugins. Keep it up! But I have a problem with changing the menu selection key. If I press "E" to speek with a pulled over vehicle and select an option, I need to press the key which is assigned to enter a vehicle. This wouldn't be a problem, if I wouldn't grab the driver out of his car. :D Is there any method to fix this problem? I didn't find any option in the *.ini. Thanks in advance. (Y)
- 3,646 comments
- 306 reviews