WHILE TRUE
wait 0
if
30@ == 1
then
00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@
0AF8: samp add_message_to_chat "{46FF00}You are downi!" color 0xFFFFFF
000F: 2@ -= 10.0
end
END
why not working?
Code:WHILE TRUE wait 0 if 30@ == 1 then 00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@ 0AF8: samp add_message_to_chat "{46FF00}You are downi!" color 0xFFFFFF 000F: 2@ -= 10.0 end END
00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
U forget 00a1 opcodewhy not working?
Code:WHILE TRUE wait 0 if 30@ == 1 then 00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@ 0AF8: samp add_message_to_chat "{46FF00}You are downi!" color 0xFFFFFF 000F: 2@ -= 10.0 end END
On key:And how should I make it to do just once and then to turn off?
{$CLEO .cs}
0000: NOP
REPEAT
Wait 0
Until 0AFA: is_samp_structures_available
While True
Wait 0
If and
8B21: not samp is_chat_opened
8B4C: not samp is_dialog_active -1
0AB0: key_pressed 35 // 3
Then
00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@
000F: 2@ -= 10.0
00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
wait 105
end
END
{$CLEO .cs}
0000: NOP
REPEAT
Wait 0
Until 0AFA: is_samp_structures_available
0B34: "down" @DOWN
While True
Wait 0
END
:DOWN
00A0: store_actor $PLAYER_ACTOR position_to 0@ 1@ 2@
000F: 2@ -= 10.0
00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
CmdRet