This ScriptHook acts as a bridge between your custom scripts and the game's native functions. It dynamically loads function pointers from the main ScriptHook DLL and forwards calls with the correct ...
├── options.html # Options page entry ├── src/ # Popup UI │ ├── App.tsx │ ├── background.ts # Service worker (background) │ ├── main.tsx │ └── options.tsx # Options UI ├── content-script/ # Content ...