Installation

Installation

Welcome to the NANO Scripts Posters System installation guide! This guide will walk you through the complete installation process to ensure a smooth and problem-free setup. By carefully following each step and completing the documentation, you’ll achieve a clean and seamless installation.

Asset Download

Once the purchase is made on our official website, you will receive your asset directly in your Keymaster, in your own panel you can download the asset and install it following the following documentation. If you have more problems regarding Fivem Escrow, accounts or asset startup errors you can go here and see if any of them match your case, since Escrow requires some basic things for its operation, such as your keymaster account, your licensekey, etc.

Requirements

nn_lib
Given in your keymaster

nn_bridge

Given in your keymaster

object_gizmo

Installation

1

Install/Update Core Dependencies

Make sure to install/update nn_lib & nn_bridge first.

2

Install Required Scripts

Please follow the nn_bridge installation guide. If you have already done this before for one of our previous scripts, then skip this step.nn_bridge Installation:

  • Place nn_bridge in your resources folder

  • Add to your server.cfg: ensure nn_bridge

  • The bridge will automatically detect and configure compatible resources

3

Install Additional Dependencies

object_gizmo:

  • Extract to resources/object_gizmo/

  • Add to server.cfg: ensure object_gizmo

ox_lib:

  • Extract to resources/ox_lib/

  • Add to server.cfg: ensure ox_lib

oxmysql:

  • Extract to resources/oxmysql/

  • Add to server.cfg: ensure oxmysql

4

Database Setup

Import your SQL files in your database by ORDER:

nn_spy_gadgets (comes first) -> update_database_blip (second)

5

Install nn-spysystem

Simply drag and drop your nn-spysystem folder in your resources folder and make sure the scripts are started in the correct order.

6

Server Configuration

Add to your server.cfg

# Core dependencies (start first)
ensure oxmysql
ensure ox_lib
ensure nn_lib
ensure nn_bridge
ensure object_gizmo

# NANO Scripts
ensure nn-spysystem

Last updated