NSS Docs
DiscordStoreHomepage
nss_libs
nss_libs
  • README
  • Changelog
  • UI components
    • NssUiApi basics
    • NssAudio
    • NssButton
    • NssClient
    • NssConfirm
    • NssHelper
    • NssLoadingIndicator
    • NssModal
    • NssPadLock
    • NssResponsive
    • NssSimpleTextEditor
    • NssSvgReplacer
    • NssTextBox
    • NssTip
  • Client/server modules
    • AttachProp
    • Blip
    • Character
      • Client Character
      • Server Character
    • Chunk
    • ClientEvent
    • ConfigValidator
    • Database
    • DatabaseUpdater
    • DependencyAutoRestart
    • Discord
    • EntityInRange
    • Helper
      • Client Helper
      • Server Helper
      • Shared Helper
    • Inventory
    • Keyboard
    • Notify
    • Npc
    • ParticleFxPlayer
    • PointInRange
    • Prompts
    • ServerEvent
    • VersionCheck
Powered by GitBook
On this page
  • Support
  • Changelog
  • Setup script for customers
  • Additional setup script for developers
  • TODOs
  • Dev hints

Was this helpful?

README

NextChangelog

Last updated 11 months ago

Was this helpful?

nss_libs is a collection of helpers for REDM scripts. This library is designed for

  • ease of use

  • high performance

  • reusability (Instead of writing duplicate code each script!)

It offers a wide range of so-called LUA modules and UI components.

The current state of the library is alpha. This means that the library is not yet feature complete and there may be bugs. Use the library on our own risk.

Visit our / / / !


Support

  • Visit to open a ticket.


Changelog

See for more information.


Setup script for customers

  1. Ensure that the nss_libs folder is in your resources folder.

  2. Add ensure nss_libs to your server.cfg. Note: Place it on top of all resources that uses nss_libs.

  3. Restart your server.


Additional setup script for developers

If you are a developer and create scripts using nss_libs then you can optionally do the following:

  • Rename [config.demo.lua] to config.lua and fill in the values (currently there are no values).

  • Modules can have their own config files, check the modules for config.lua or config.demo.lua files. Note: This is not necessary for all modules and depends on your use cases (e.g. as developer to enable debug modes).


TODOs

  • Countless ;)


Dev hints

Ignore config.demo.lua and other config files in nss_libs because they are only for developers, see for more information.

Discord
Homepage
Store
Docs
Discord
CHANGELOG.md
PHPStorm LUA Annotations
Additional setup script for developers