Hello
I have this code, the "start" work and "startone" didnt work.
Sorry for my english
Thanks
Code:
{$CLEO .cs}
THREAD "C"
0000:
wait 2500
:LOAD
wait 0
if
Player.Defined(0)
jf @LOAD
if
8AF7: get_samp_base_to 0@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
:START
wait 0
if
key_down 49
jf @START
if
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
jf @START
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0B36: samp 2@ = get_player_nickname 1@
0AF9: samp say_msg "HOLA %d (START)" 1@
wait 1000
0AF8: samp add_message_to_chat "(START) %s" color 0xFFFFFF 2@
jf @START
wait 1000
jump @START
:STARTONE
wait 0
if
key_down 50
jf @STARTONE
if
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
jf @STARTONE
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0B36: samp 2@ = get_player_nickname 1@
0AF9: samp say_msg "HOLA %d (STARTONE)" 1@
wait 1000
0AF8: samp add_message_to_chat "(STARTONE) SOBRE %s" color 0xFFFFFF 2@
jf @STARTONE
wait 1000
jump @STARTONE
I have this code, the "start" work and "startone" didnt work.
Sorry for my english
Thanks