MrRobinson 11 Posted May 16, 2015 Alright so I got 2 groups, I want them to attack each other when they see each other....Would I have to mess around with: PED::SET_PED_RELATIONSHIP_GROUP_HASH Any help would be cool! Quote Share this post Link to post Share on other sites
c39687 61 Posted May 16, 2015 (edited) download my app (see signature) and download the game scripts... then search for any native... you will see examples of their use in the game scripts and it will help you figure out how to use stuff. Good luck. Edited May 16, 2015 by c39687 Quote Share this post Link to post Share on other sites
qaisjp 2 Posted May 16, 2015 download my app (see signature) and download the game scripts... then search for any native... you will see examples of their use in the game scripts and it will help you figure out how to use stuff. Good luck. it doesn't contain a virus does it Quote Share this post Link to post Share on other sites
MrRobinson 11 Posted May 16, 2015 download my app (see signature) and download the game scripts... then search for any native... you will see examples of their use in the game scripts and it will help you figure out how to use stuff. Good luck. This didn't help but I appreciate you trying Quote Share this post Link to post Share on other sites
c39687 61 Posted May 16, 2015 (edited) download my app (see signature) and download the game scripts... then search for any native... you will see examples of their use in the game scripts and it will help you figure out how to use stuff. Good luck. This didn't help but I appreciate you trying the game scripts show code written by rockstar developers using the same natives you are trying to use so if you find a native you don't know how to use then you can search the game scripts much quicker with the app. If you don't want to do the research I understand, it requires patience and can be a headache. Well maybe someone will do the work and tell you how. Do it yourself or wait... I know what I would choose. download my app (see signature) and download the game scripts... then search for any native... you will see examples of their use in the game scripts and it will help you figure out how to use stuff. Good luck. it doesn't contain a virus does it no and it is written in .net... so download a reflection program like ilspy and you can review all the code... i have nothing to hide download their app here and I encourage you to review my exe file... http://ilspy.net/ Edited May 16, 2015 by c39687 Quote Share this post Link to post Share on other sites
Freakyy 35 Posted May 16, 2015 If you would have just used the search function here on the board / google, i'm sure you would have found this: http://gtaforums.com/topic/793324-relationship-groups-stopping-random-peds-from-fleeing/ ( http://gtaforums.com/topic/793401-stop-peds-from-fleeing-method-2/ ) Quote Share this post Link to post Share on other sites
Inco 44 Posted May 16, 2015 Use SET_RELATIONSHIP_BETWEEN_GROUPS. First parameter:Hate = 5, Dislike = 4, Neutral = 3, Like = 2, Respect = 1, Companion = 0, Pedestrians = 255 Quote Share this post Link to post Share on other sites