What do you need to update when you have a menu base from 1.29?
s0beit
you have to update the native.h
- - - Updated - - -
and find this in your base and replace it with this rage:gPtrCollection<GtaThread>* GetGtaThreadCollection(BlipList*& pBlipList)
{
if (!dwThreadCollectionPtr) {
dwThreadCollectionPtr = Pattern::Scan(g_MainModuleInfo, "48 8B 05 ? ? ? ? 8B CA 4C 8B 0C C8 45 39 51 08");
another question, how did you get the address : 48 8B 05 ? ? ? ? 8B CA 4C 8B 0C C8 45 39 51 08