CLEO Help What is this key in cleo?

CLEO related
Status
Not open for further replies.

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
If you used itroll.cs, you now to open menu you need to press t and then click in map, how you can do this? :D
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
Bagus_Rianto link said:
After click map, and klik slap edit carspeed + sync time. go near person in car press RMB
I know this, all i want is how to do this function in CLEO, the function if you press the map, something do, like open menu in itroll, say something or other function...
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
226
Location
( ͡° ͜ʖ ͡°)
:hellno:
Code:
    0AB1: @GetCursorPos 0 0@ 1@
    0AB1: @getFullScreenXY 2 CursorX 0@ CursorY 1@ to 0@ 1@
    0093: 0@ = integer 0@ to_float
    0093: 1@ = integer 1@ to_float
    if
    05A5:   is_area_center 0@ 1@ scale 5.0 5.0 overlaping_area_center 87.0 382.0 scale 86.0 84.0  // radar
    then
        if or
        0AB0: 1
        0AB0: 2
        then 
            if
            31@ == 0 
            then
                018C: play_sound 1083 at 0.0 0.0 0.0
                wait 350
                31@ = 1
            else       
                018C: play_sound 1084 at 0.0 0.0 0.0  
                wait 350
                31@ = 0 
            end
        end
    end
    if
    31@ == 1
    then
    
    end
 
Status
Not open for further replies.
Top