displayHud(bool state)
Устанавливает отображение/скрытие худа. Оставляя радар.
bool state статус худа
bool state
function main() while not isSampAvailable() do wait(0) end displayHud(false) -- отключит худ end