Driving School Job Admin Commands

1 min read

Admin Commands

The Creator and its tools are admin-gated. A player passes the gate as the server console, with the Config.CreatorAce ACE, an entry in Config.CreatorIds, or a Config.AdminGroups framework group. See Configuration.

Admin

CommandWhat it does
/dmvcreatorOpens the in-game Creator: place schools, record routes, edit settings.
/dmvexportroutesExports recorded routes to a bundleable seed_routes.sql (admin or console).
/dmvvehpropsConfigures where the school-car props (roof sign, L plate) sit on a vehicle model.
/dmvtrackThe track editor (gated by Config.CreatorPermission).

Police

Gated to your configured police job. See Developers.

CommandWhat it does
/dmvrevokeRevoke a player's license.
/dmvchecklicenceCheck a player's licenses.

Dev tools (admin-gated)

CommandWhat it does
/dmvresetForce-reset DMV state.
/rifaiReset a player's progress (previously unrestricted; now admin-gated so a player cannot wipe a fail-out lockout).

Keep Config.DevOpenAdmin = false on a live server so none of the above is reachable by players. The gate functions are intact underneath; the flag simply bypasses them when on.