mikeloeven Posted February 12, 2014 Share Posted February 12, 2014 (edited) I am getting real sick and tired of police not agroing on hostile npc's is there a mod that allows rival gang members to gain wanted levels when they shoot at you infront of a police officer. it is kinda rediculous that you have 5 ballas unloading at you with SMG's while the fat pigs are just sitting in their cruiser minding their own business untill you fire off a single shot and suddenly they join in and jump you. Edited February 12, 2014 by mikeloeven Jeansowaty 1 Link to comment Share on other sites More sharing options...
xNCx Posted February 13, 2014 Share Posted February 13, 2014 In GTA scripting, only the player can get a wanted level. However it might be possible to script something like if gang shooting at youthen find a cop and tell him to beat the gang But I guess this would not be perfect either. Link to comment Share on other sites More sharing options...
aStiffSausage Posted February 13, 2014 Share Posted February 13, 2014 This might be possible by catching actors, see pedtype, if pedtype is NOT police, then check if actor is doing something "illegal", shooting or similar. See if a cop is nearby and he's not doing anything else, like going after the player, then force police to attack the actor. Should work fine if done correctly. Link to comment Share on other sites More sharing options...
BDX777 Posted February 13, 2014 Share Posted February 13, 2014 (edited) I'm no coding expert (I'm still learning) but I think this can be done by checking a variable and object/character type and then returning with garbage in hand. #PseudoScriptExamplevariable PedIllegalOMeter;variable pedestrian : PedestrianGameObject;function ScanDatFoo(){func Police_ScanPed;if pedestrian PedIllegalOMeter < X { func Go whoop his ass; }} Edited February 13, 2014 by BDX777 Link to comment Share on other sites More sharing options...
mikeloeven Posted February 19, 2014 Author Share Posted February 19, 2014 honestly i am not familiar with cleo scripting and right now i am too busy with school to learn. i am not looking to make this mod but rather looking for a existing cleo mod or for someone who can make one and post it on the downloads section. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now