1
Add to 'resources' directory
Extract the
lation_interact zip folder directly into the root resources directory of your server.2
Update server.cfg
Open your
server.cfg and add ensure lation_interact before every resource that uses targeting - any script that registers targets must start after it.If you use Modern UI, ensure lation_ui first so the interaction layer picks up your theme. This is optional - lation_interact runs standalone without it.3
Replacing ox_target or qb-target
This step is only required if you’re replacing an existing target resource.
ox_target or qb-target - your existing scripts keep working without editing. See Compatibility for the details.Bridged targets render nothing until you look at them. If you’d rather they get a grain (an ambient point of light marking them from a distance), set Config.Reveal.bridged = 'ambient' in config.lua.4
Restart server
Finally, perform a full server restart. Failure to perform a full restart after installation will cause errors.
When updating an existing install on a live server, run
refresh in the server console before restarting the resource.