CLEO Help [URGENT HELP NEEDED] In-car check

CLEO related
Status
Not open for further replies.

Badonga

Active member
Joined
Aug 5, 2013
Messages
71
Reaction score
0
Hello, how do you check if a player id is in the same car as you? Please provide me the cleo code. Thanks  :forever_opcode_alone:
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
It's not impossible, is just your second topic asking the same question -> http://ugbase.eu/help-7/compare-vehicles/
You got an answer already there..
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,492
Reaction score
236
Location
( ͡° ͜ʖ ͡°)
Code:
if
0AB1: @isPlayerIDinMyCar 1 PlayerID 50 
then

..
end







:isPlayerIDinMyCar
03C0: 1@ = actor $PLAYER_ACTOR car
0B20: samp 2@ = actor_handle_by_samp_player_id 0@
03C0: 3@ = actor 2@ car
if
18@ == 21@
then
    0485:  return_true
else
    059A:  return_false
end
0AB2: 0 
 

Badonga

Active member
Joined
Aug 5, 2013
Messages
71
Reaction score
0
Opcode.eXe link said:
Code:
if
0AB1: @isPlayerIDinMyCar 1 PlayerID 50 
then

..
end







:isPlayerIDinMyCar
03C0: 1@ = actor $PLAYER_ACTOR car
0B20: samp 2@ = actor_handle_by_samp_player_id 0@
03C0: 3@ = actor 2@ car
if
18@ == 21@
then
    0485:  return_true
else
    059A:  return_false
end
0AB2: 0 

Thanks honey, this is all I need!
 
Status
Not open for further replies.
Top