This Cleo has been ringed up please help me fix it to one click is active and it works when i am in the car
{$CLEO .cs}
0000:
wait 10000
while true
wait 0
if
0ab0: 57 {9 Key}
then
if
31@ == false
then
31@ = true
0AD1: show_formatted_text_highpriority "~W~ENABLED" time 1337
else
end
wait 1500
end
if
31@ == true
then
0A8D: 0@ = read_memory 0xC7E008 size 4 virtual_protect 0
0A8D: 1@ = read_memory 0xC7E00C size 4 virtual_protect 0
0A8D: 2@ = read_memory 0xC7E010 size 4 virtual_protect 0
if and
not 0@ == 0.0
not 1@ == 0.0
not 2@ == 0.0
then
00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
end
end
end
{$CLEO .cs}
0000:
wait 10000
while true
wait 0
if
0ab0: 57 {9 Key}
then
if
31@ == false
then
31@ = true
0AD1: show_formatted_text_highpriority "~W~ENABLED" time 1337
else
end
wait 1500
end
if
31@ == true
then
0A8D: 0@ = read_memory 0xC7E008 size 4 virtual_protect 0
0A8D: 1@ = read_memory 0xC7E00C size 4 virtual_protect 0
0A8D: 2@ = read_memory 0xC7E010 size 4 virtual_protect 0
if and
not 0@ == 0.0
not 1@ == 0.0
not 2@ == 0.0
then
00A1: put_actor $PLAYER_ACTOR at 0@ 1@ 2@
end
end
end