NSS Docs
nss_pinboard
Search
K
Links

README

Visit our Discord / Homepage / Store !

Requirements / Dependencies

The following resources are required for nss_pinboard to work:

Changelog

See CHANGELOG.md for more information.

Setup

  1. 1.
    Ensure that the nss_pinboard folder is in your resources folder.
  2. 2.
    Rename config.demo.lua to config.lua and fill in the values.
    1. 1.
      If you want to use prepared bulletin boards see optional ymap now.
  3. 3.
    Execute db.sql on your database.
  4. 4.
    Add ensure nss_pinboard to your server.cfg.
  5. 5.
    Restart your server.

Optional: ymap

You can use this bulletin_boards.ymap to place bulletin boards to prepared locations in your map. The bulletin_boards_config.lua file contains the coordinates for the bulletin boards for the script.
  1. 1.
    Copy and replace Config.Posters from bulletin_boards_config.lua into your config.lua
  2. 2.
    Create a new resource folder.
  3. 3.
    Create a stream folder inside the new resource folder.
  4. 4.
    Copy the bulletin_boards.ymap file into the stream folder.
  5. 5.
    Add fxmanifest.lua with the following content:
    fx_version "adamant"
    game "rdr3"
    rdr3_warning "I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships."
    this_is_a_map "yes"
  6. 6.
    Add ensure <new_resource_name> to your server.cfg.
  7. 7.
    Restart your server.

Last modified 1mo ago