I need to found this i already have peds & Veh So this its the Last One Tankss
Disc = 0xemiil
(04-20-2020 - 04:21 PM)iLLuminder Wrote:Something Like This static int GET_PED_NEARBY_VEHICLES(Ped PedHandle, int* sizeAndVehs) { return invoke<int>(0xCB716F68, PedHandle, sizeAndVehs); } // 0xCB716F68 But i think it can works by one way But Thanks Tho(04-20-2020 - 01:11 AM)FeetForFree Wrote: I need to found this i already have peds & Veh So this its the Last One Tankss
This native?
Code:Object GET_CLOSEST_OBJECT_OF_TYPE(float x, float y, float z, float radius, Hash modelHash, BOOL isMission, BOOL p6, BOOL p7) // E143FA2249364369 45619B33
(04-20-2020 - 06:09 PM)FeetForFree Wrote:but what would you like to look for .. ??(04-20-2020 - 04:54 PM)Coltypoothegod Wrote: I'm sure if not here there might be a few other places you could find itThis its the Only Modding page of xbox that i know
I think there its no Native so i need to made by my self Thanks
(04-20-2020 - 07:01 PM)Cayman_-Modz Wrote:With that i can made a Eliminate all Objects(04-20-2020 - 06:09 PM)FeetForFree Wrote:but what would you like to look for .. ??(04-20-2020 - 04:54 PM)Coltypoothegod Wrote: I'm sure if not here there might be a few other places you could find itThis its the Only Modding page of xbox that i know
I think there its no Native so i need to made by my self Thanks
(04-20-2020 - 07:01 PM)Cayman_-Modz Wrote:U know a way to made without put all objects hashes(04-20-2020 - 06:09 PM)FeetForFree Wrote:but what would you like to look for .. ??(04-20-2020 - 04:54 PM)Coltypoothegod Wrote: I'm sure if not here there might be a few other places you could find itThis its the Only Modding page of xbox that i know
I think there its no Native so i need to made by my self Thanks
(04-20-2020 - 07:52 PM)FeetForFree Wrote:(04-20-2020 - 07:01 PM)Cayman_-Modz Wrote:With that i can made a Eliminate all Objects(04-20-2020 - 06:09 PM)FeetForFree Wrote:but what would you like to look for .. ??(04-20-2020 - 04:54 PM)Coltypoothegod Wrote: I'm sure if not here there might be a few other places you could find itThis its the Only Modding page of xbox that i know
I think there its no Native so i need to made by my self Thanks
(04-20-2020 - 07:01 PM)Cayman_-Modz Wrote:U know a way to made without put all objects hashes(04-20-2020 - 06:09 PM)FeetForFree Wrote:but what would you like to look for .. ??(04-20-2020 - 04:54 PM)Coltypoothegod Wrote: I'm sure if not here there might be a few other places you could find itThis its the Only Modding page of xbox that i know
I think there its no Native so i need to made by my self Thanks
(04-21-2020 - 12:46 AM)iLLuminder Wrote:Nice i will try thanks(04-20-2020 - 07:52 PM)FeetForFree Wrote:(04-20-2020 - 07:01 PM)Cayman_-Modz Wrote:With that i can made a Eliminate all Objects(04-20-2020 - 06:09 PM)FeetForFree Wrote:but what would you like to look for .. ??(04-20-2020 - 04:54 PM)Coltypoothegod Wrote: I'm sure if not here there might be a few other places you could find itThis its the Only Modding page of xbox that i know
I think there its no Native so i need to made by my self Thanks
(04-20-2020 - 07:01 PM)Cayman_-Modz Wrote:U know a way to made without put all objects hashes(04-20-2020 - 06:09 PM)FeetForFree Wrote:but what would you like to look for .. ??(04-20-2020 - 04:54 PM)Coltypoothegod Wrote: I'm sure if not here there might be a few other places you could find itThis its the Only Modding page of xbox that i know
I think there its no Native so i need to made by my self Thanks
You can do this getting all the entities from memory. Then create code to eliminate only objects.
The natives PED::GET_PED_NEARBY_VEHICLES, PED::GET_PED_NEARBY_PEDS, and VEHICLE::GET_CLOSEST_VEHICLE have their limits so if you want something more powerful it's better to get entities from memory.
I don't know if these offsets are correct, I work on the ps3.I just added the Xbox offsets, you can test them.
This code is public, created and released by Erootiik in their profiles. Credits to him.
I hope it works.