Requirements
- FiveM server
ox_lib
Steps
-
Install
ox_libif you don’t have it already. -
Drop the
nex_animposfolder into yourresources/directory. Any subfolder is fine, e.g.resources/[nex]/nex_animpos/. -
Add it to your
server.cfg, making sureox_libstarts before it: - Start (or restart) your server.
/animpos in-game to enter positioning mode.
Language
Text is translatable. The active language follows theox:locale convar (default en):
locales/en.json. To add a language, copy it to locales/<lang>.json, translate the strings, and set the convar to match.
Checking it worked
From F8:started. If it prints missing or stopped, fix server.cfg and restart.
On boot the server runs a version check against the public
nexdevelopmentx/versions manifest. If a newer release exists, an update box is printed to the server console with the changelog and download links. It’s informational only — nothing auto-updates.Updating
shared/config.lua is listed under escrow_ignore, so your settings survive updates.
- Replace the resource files with the new version (keep your edited
shared/config.lua). - Restart the resource:
restart nex_animpos.

