#1 27-04-2010 22:57

Midnightz
From: U.S.
Registered: 26-08-2007
Posts: 39
Website

Is radar enabled opcode/check?

Does anyone know if there's an opcode check for:

is_radar_enabled

...?  I could have sworn I did this before but can't remember how.

TIA,
Midnightz

Offline

#2 28-04-2010 04:38

Deji
From: UK
Registered: 09-11-2008
Posts: 189
Website

Re: Is radar enabled opcode/check?

Nah, I don't think there is.

You can use memory access, though. I'm sure there address will be listed on GTAModding somewhere.

Offline

#3 28-04-2010 09:31

GTASA
Registered: 13-09-2008
Posts: 476

Re: Is radar enabled opcode/check?

Use this:

0A8D: 0@ = read_memory 0xBAA3FB size 4 virtual_protect 0
if
0@ == 0
then
// radar disabled
end

Offline

#4 29-04-2010 13:17

Midnightz
From: U.S.
Registered: 26-08-2007
Posts: 39
Website

Re: Is radar enabled opcode/check?

GTASA:  That doesn't work unfortunately.  sad  Any other ideas?

Offline

Board footer

Powered by FluxBB