/*{$CLEO .cs} - начало кода Automatic HudDisabler
0000: NOP
:Label2
8AFA: not is_samp_available
004D: jump_if_false @Label22
0001: wait 0 ms
0002: jump @Label2
:Label22
0001: wait 0 ms
0826: enable_hud 0
0002: jump @Label22 */ конец кода AutomaticHudDisabler.cs
--------------------------------------------------------
/*{$CLEO .cs} - Начало кода HudDisable.cs
{$USE bitwise}
0000: NOP
:Label2
8AFA: not is_samp_available
004D: jump_if_false @Label22
0001: wait 0 ms
0002: jump @Label2
:Label22
0B34: samp register_client_command "dhud" to_label @Label39
0BDE: pause_thread 0
:Label39
0001: wait 0 ms
0B12: 0@ = 0@ XOR 1
0001: wait 0 ms
00D6: if
0039: 0@ == 1
004D: jump_if_false @Label86
0826: enable_hud 0
0002: jump @Label97
:Label86
0826: enable_hud 1
0002: jump @Label97
:Label97
0B43: samp cmd_ret */ конец кода HudDisable.cs