i used this to get the target ped but always when i start the game, it crashes and its because of the address i use
address:
how do i fix this? need it for a triggerbot
address:
C++:
DWORD getTargetPed(void) {
return *(DWORD*)((*(DWORD*)0xB6F3B8) + 0x79C);
}
how do i fix this? need it for a triggerbot