CLEO Help Get Player Interior?

CLEO related
Status
Not open for further replies.

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
I want to find player's interior...

Is there a way to get player's interior, interior ID?
There is no opcode for that... so it must be memory hacking I think


thx to whoever do this
 

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
0B36 link said:
No you can't. That's server sided function. Memory Hacking can only set things for yourself, not for others.
:face_palm: :face_palm: :face_palm: :face_palm: :face_palm: :face_palm: :face_palm: :face_palm: :face_palm:
I want to GET player interior.
GET.
GET.
not SET.
 

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
0B36 link said:
Yes, I answered for both. Both are IMPOSSIBRU. You can only get yours and set yours.
if u can get like car lock status, player health, if player taken damage, player streamed out position..... all things that seem impossibru why wouldn't this be possibr? I want to set mine... but I want to find the one of that player... its server sided sure... but ther must b a way

:urtheman: thx for reply anyway :))
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,492
Reaction score
236
Location
( ͡° ͜ʖ ͡°)
There is this nice site:
http://gtag.gtagaming.com/opcode-database/
where you can search for opcodes.

After 2-3 min i found this:
http://gtag.gtagaming.com/opcode-database/opcode/09E8/

09E8: get_char_area_visible $PLAYER_ACTOR store_to $GYMFIGHT_INTERIOR

Returns the interior ID that the character is in.
 

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
09E8:
crashes my game.


GTAG says it is:
Code:
09E8: get_char_area_visible  $PLAYER_ACTOR store_to $GYMFIGHT_INTERIOR
but Sanny says it is:
Code:
09E8: $GYMFIGHT_INTERIOR = actor $PLAYER_ACTOR active_interior
I've tried using both and both result in an instant crash, error in gta_sa.exe

So, Opcode, how would u make mod that tells u player's interior ID?
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
Code:
{$CLEO}
0000:


while true
wait 0
    09E8: 0@ =  actor $PLAYER_ACTOR interior
    0AD1: "you're in interior %d" 100 0@
end

You probabily did something else wrong.
 

Wreko

Active member
Joined
Dec 13, 2014
Messages
40
Reaction score
0
springfield link said:
Code:
{$CLEO}
0000:


while true
wait 0
    09E8: 0@ =  actor $PLAYER_ACTOR interior
    0AD1: "you're in interior %d" 100 0@
end

You probabily did something else wrong.
yes but when I try to teleport out of stream zone and get player's interior ID... it just crashes.
 
Status
Not open for further replies.
Top