{$CLEO}
0662: "nothing to do here"
repeat
wait 40
until 0AFA: is_samp_available
const
key = 0x70 // F1 keyboard code
bState = 0@
end
0006: bState = true
while true
wait 0
if 0C89: key_just_pressed key
then
if bState == true
then
0BDD: samp set_chat_display_mode 0x0
else
0BDD: samp set_chat_display_mode 0x2
end
0AB1: call_scm_func @PatchSampHudStateChange 1 bState
0B12: bState = bState XOR_^ 1
end
end
:PatchSampHudStateChange
if 0@ == true
then
1@ = 0x1
else
1@ = 0x0
end
0B2D: write_samp_memory offset 0x7140F value 1@ size 0x1
0AB2: ret 0