CLEO Help [HELP] auto_command doesnt work

CLEO related
Status
Not open for further replies.

bobbox

Member
Joined
Dec 6, 2013
Messages
6
Reaction score
0
Im using SAMPFUNCS 5.0 and CLEO 4.1, when i go to the point nothing happens

Code:
:TESTCLEO_690
0001: wait 0 ms 
00D6: if and
056D:   actor $PLAYER_ACTOR defined 
0256:   player $PLAYER_CHAR defined 
004D: jump_if_false @TESTCLEO_690 
00D6: if or
00EC:   actor $PLAYER_ACTOR sphere 0 near_point -1713.7140 1348.6115 7.1808 radius 5.0
00EC:   actor $PLAYER_ACTOR sphere 0 near_point -1495.4771 504.9980 1.2261 radius 5.0 5.0
004D: jump_if_false @TESTCLEO_690 
0AF9: samp say_msg "/GETMATS" 
0001: wait 3000 ms 
0002: jump @TESTCLEO_690
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
272
Code:
00EC:   actor $PLAYER_ACTOR sphere 0 near_point -1713.714 1348.611 radius 5.0 5.0
00EC:   actor $PLAYER_ACTOR sphere 0 near_point -1495.477 504.998 radius 5.0 5.0
 
Status
Not open for further replies.
Top