CLEO Help Please help with cleo

CLEO related
Status
Not open for further replies.

MAKSvelini

New member
Joined
Jun 16, 2015
Messages
1
Reaction score
0
Please edit this cod to actiation on (X+Y). This script is horrible becouse when you typing i will be teleportet to your check point or zero cords. :yesyes:
Code:
{$CLEO .cs}

//-------------MAIN---------------
thread 'teleport' 

:TELEPORT_19
wait 0 
if 

:TELEPORT_27
wait 0 
if 
0AB0:   key_pressed 72 
else_jump @TELEPORT_19 
0AB6: store_target_marker_coords_to 1@ 2@ 3@ // IF and SET 
Actor.PutAt($PLAYER_ACTOR, 1@, 2@, 3@)
wait 100 
jump @TELEPORT_27
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
Code:
{$CLEO}

thread 'teleport' 

while true
wait 0 
if and
        0AB0: 88
        0AB0: 89
        8B21: chat_not_opened
        0AB6: 0@ 1@ 2@
then
        0972: $PLAYER_ACTOR 0@ 1@ 2@
end
end

install sampfuncs too
 
Status
Not open for further replies.
Top