nexdev_scalemenu installs by dragging a single folder in and ensuring it. There is no build step — the UI ships ready to use. The only hard dependency is oxmysql.
Requirements
Steps
-
Drop the
nexdev_scalemenufolder into yourresources/tree. Any subfolder works, for exampleresources/[nex]/. -
In
server.cfg, ensure it afteroxmysqland your framework: -
(Optional) Open
config.luaand adjust ranges, presets, permissions, or UI tokens. See Configuration.
Database
Thenexdev_scalemenu table is created automatically the first time the resource starts — there is no SQL to import. It is created with CREATE TABLE IF NOT EXISTS, so it is safe across restarts.
A default scale (
1.0 / 1.0) deletes the player’s row rather than storing it, so the table only ever holds players who are actually scaled.Verifying the install
- Start the server and run
/scale. The menu should open with the cinematic camera. - Adjust the sliders, confirm, then reconnect — your scale should be restored.
- If the menu does not open or scales do not persist, see Troubleshooting.

