How to make then press y it will pick checkpoint and wait 4sec and teleport at last position.
{$CLEO}
thread "fak"
:ct
wait 0
if
0AB0: 89
then
if
call @is_cp_active 0
then
call @get_cp_pos 0 1@ 2@ 3@
if
044B: $PLAYER_ACTOR
then
call...
How to make auto burnout, then i write /burnout it starts burnouting. But to my code it's only pressing w..
{$CLEO .cs}
0000: NOP
REPEAT
Wait 0
Until 0AFA: is_samp_structures_available
0B34: "burnout" @burnout
While True
wait 0
If
31@ == TRUE
then
0AB1: call @keyPress 2 key 87 time...
I made like this but it's not working.
{$CLEO .cs}
0000:
0B34: samp register_client_command "jump" to_label @table1
WHILE TRUE
WAIT 0
if
0B61: samp is_local_player_spawned
then
0B2B: samp 1@ = get_player_id_by_actor_handle $PLAYER_ACTOR...
THEN I getting error
Incorrect number of the conditions. 8 max.
i know its max 8, but this is needed to me
{$CLEO .cs}
0000: NOP
REPEAT
wait 0
UNTIL 0AFA:
0B34: "zbot" @table1 /// ACTIVATE and DE - ACTIVE with same command
0AC8: 2@ = allocate_memory_size 258
0AC8: 3@ =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.