CLEO Help Teleport problem

CLEO related
Status
Not open for further replies.

KamKam

Member
Joined
Mar 23, 2019
Messages
12
Reaction score
2
Why does SAMP crash when charging?
Code:
{$CLEO .cs}

0AB0: key_pressed 88 // Click start script KEY = X

thread 'TESTCLEO'

:TESTCLEO_01
wait 0

0972: $PLAYER_ACTOR 597.2166 -1248.9846 18.2856 radius 203.3657 // TP

if and
0AB0:   key_pressed 101
0AFA:   is_samp_structures_available
else_jump @TESTCLEO_01
0AF9: samp say_msg "/testcmd" // Send,Enter CMD
wait 5000

0972: $PLAYER_ACTOR 2239.7266 -2258.7813 14.7647 radius 49.5174 // TP
wait 1000
0AB0: key_pressed 89 // Click Y
wait 1000
0972: $PLAYER_ACTOR 2201.5984 -2199.1287 13.5547 radius 47.0004 // TP
wait 1000
0AB0: key_pressed 89 // Click Y
wait 1000
0972: $PLAYER_ACTOR 2129.4844 -2276.7476 14.7834 radius 316.3301 // TP
wait 1000
0AB0: key_pressed 89 // Click Y
wait 1000

jump @TESTCLEO_01
 
Status
Not open for further replies.
Top