CLEO Help Convert code to 0.3DL

CLEO related

ElMuerto

New member
Joined
Dec 3, 2022
Messages
1
Reaction score
0
I want to convert this code from samp 0.3.7 to DL samp but I don't know what makes them work in one version and not in another, can you help me with this?
0000: NOP
thread 'RDRZYYM'
wait 1000
0@ = 0

:RDRZYYM_25
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @RDRZYYM_25
wait 1000

:RDRZYYM_50
wait 0
if and
0AB0: key_pressed 114
not Actor.Driving($PLAYER_ACTOR)
jf @RDRZYYM_117
0@ += 10
if
0@ >= 170
jf @RDRZYYM_108
0@ = 170

:RDRZYYM_108
075B: zoom_radar 0@
wait 100

:RDRZYYM_117
if and
0AB0: key_pressed 114
not Actor.Driving($PLAYER_ACTOR)
jf @RDRZYYM_50
0@ -= 10
if
not 0@ >= 10
jf @RDRZYYM_169
0@ = 0

:RDRZYYM_169
075B: zoom_radar 0@
wait 100
jump @RDRZYYM_50
 
Top