Results 63 comments of eXhumer

> **Do not** use the menu until we know it's completely safe https://github.com/YimMenu/YimMenuV2/issues/449#issuecomment-2981055011

Clang cross-compile failing. ``` [241/309] Building CXX object CMakeFiles/YimMenuV2.dir/src/game/frontend/submenus/Recovery/StatEditor.cpp.obj FAILED: [code=1] CMakeFiles/YimMenuV2.dir/src/game/frontend/submenus/Recovery/StatEditor.cpp.obj /usr/bin/clang++ --target=x86_64-w64-mingw32ucrt -DCXX_FORMAT_SUPPORT -DIMGUI_DEFINE_MATH_OPERATORS -DNOMINMAX -DWIN32_LEAN_AND_MEAN -DYimMenuV2_EXPORTS -D_CRT_SECURE_NO_WARNINGS -I/home/runner/work/YimMenuV2/YimMenuV2/src -I/home/runner/work/YimMenuV2/YimMenuV2/build/_deps/imgui-src -I/home/runner/work/YimMenuV2/YimMenuV2/build/_deps/minhook-src/include -I/home/runner/work/YimMenuV2/YimMenuV2/build/_deps/minhook-src/src/hde -I/home/runner/work/YimMenuV2/YimMenuV2/build/_deps/asynclogger-src/src -I/home/runner/work/YimMenuV2/YimMenuV2/build/_deps/asynclogger-src/include -I/home/runner/work/YimMenuV2/YimMenuV2/build/_deps/json-src/single_include -O2 -g -DNDEBUG...

> > Clang cross-compile failing. > > I'm using experimental C++26 features. There should be a flag to enable that on Linux Clang Is it? https://en.cppreference.com/w/cpp/ranges/to.html seems to imply this...

Adding `fs.rmSync(distPath, { recursive: true, force: true });` before the calling extract method seems to fix the issue.

I have stopped using yarn classic as package manager since I opened this issue, so I didn't manage to test it further. I would assume it still to be the...

@Deadlineem For SuperRun, set a value between 0 & 10, that is the maximum possible according to FiveM documents. It is a multiplier to the base speed.

The previous implementation had issues with stairs climbing & first person view, and would cause you to always go downwards while swimming.

[This is the native function being used for super run](https://docs.fivem.net/natives/?_0x085BF80FA50A39D1)

learn how to use git please...

If you still don't understand what is going on, ac11f41 changed the Recovery.cpp file, while you created this PR when that file was at d84c78c. git doesn't know how to...