hi, im building a aimbot and i got to the aiming part, i needed some offsets and i couldnt find anything it in gtamods https://gtamods.com/wiki/Memory_Addresses_(SA)
is there a place i can find these addresses? getting them by cheat engine is very difficult
hi, im trying to get the localplayer current weapon id through offsets i found in https://gtamods.com/wiki/Memory_Addresses_(SA) but it doesnt seem to be working
WORD GetCurrentWeaponID(DWORD PED)
{
if (!PED)
return;
WORD currentWEPID = *(WORD*)((uintptr_t)PED + 0x740)...
how do i get the player camera's x,y,z position ?
i tried
float camX = (float)(0x76F338);
float camY = (float)(0x76F33C);
float camZ = (float)(0x76F340);
didnt work
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.