Scriptsnx_write
Changelog
Version history for nx_write.
1.2.0 (2026-06-14)
Added
- Client export
CreatePlacement: create a placement at explicit coords and rotation, skipping the aim preview. The hook for custom positioning tooling (transform gizmos, snapping, free-rotate). Accepts a live entity, a quaternion, or a GTA-euler rotation for the pose. - Client export
RefreshPlacements: re-pull placements from the server and render any not held locally. Useful after writing tonx_write_placementsout of band. - Server export
CreatePlacement: the trusted, server-authored mirror of the client export. Skips the rate-limit and distance gate, since the server supplies the coords.
1.1.0 (2026-06-10)
Added
- Custom inventory support via
Config.Inventory(auto/ox/custom). - Client exports:
Open,Place,Close,IsBusy. - Server export:
Open. - Server events:
nx_write:documentSaved,nx_write:placementCreated,nx_write:placementPickedUp.
Changed
Config.PostitPickupModeadds'both'(offer Remove and Pick up in one menu).
1.0.1 (2026-06-07)
Fixed an export-related update mismatch; requires downloading the latest version of nx-3d.
1.0.0 (2026-06-06)
Initial documentation.