Resource icon

CLEO Release [REL] TELEPORT TO RED MARKER

CLEO related
Status
Not open for further replies.

hussain

Member
Joined
Feb 2, 2015
Messages
23
Reaction score
0
HELLO UGBASE .EU

this hack you can put red marker any where in map and press h than you will teleport where you put marker in map

how to use

1.put red marker in map where you want to teleport and press h you will tele :urtheman:

this is my first hack and this is for all

ENJOY IT  :somuchwin:
 

Attachments

  • tele_to_maker.cs
    17.2 KB · Views: 435

Fu$10N

Expert
Joined
Mar 5, 2014
Messages
1,101
Reaction score
9
This mod has been already done, but in 2 keys version and auto. Anyway, good to have it in one key :trollface:
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
If the marker is NOT activated and if the player presses H, then he will be teleported to the centre of the San Andreas map i.e 0.0 0.0 0.0. To avoid this, add a loop inside your cleo which checks if the stored marker coords are 0.0 0.0 0.0 or not, like this.

Code:
{$CLEO}

thread "marker"

while true
wait 50
        if
            0AB0: 72
        then
            0AB6: 1@ 2@ 3@
                
                if and
                        1@ == 0.0
                        2@ == 0.0
                        3@ == 0.0
                then
                        0000: do_nothing
                else
                        00A1: $PLAYER_ACTOR 1@ 2@ 3@
                end    
        end
end
           
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Or simpler.

Code:
while true
wait 0
    if and
        0ab0: 72
        0AB6: 1@ 2@ 3@
    then 
        00A1: $PLAYER_ACTOR 1@ 2@ 3@
    end
end
 

hussain

Member
Joined
Feb 2, 2015
Messages
23
Reaction score
0
ok i will and dont press h key if you not put marker in map becuz you will tele in mid of map 
 

Filipe

Member
Joined
Jul 11, 2014
Messages
18
Reaction score
0
detected on NGRP. tested with level 1 account pizzaboy and then another one matrunning.
 

hussain

Member
Joined
Feb 2, 2015
Messages
23
Reaction score
0
ITS WORK IN ALL AND ITS NOT DETEAKTED IN ANY SERVER I TESTED BRO
 
Status
Not open for further replies.
Top