README
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 Discord / Homepage / Store / Docs!
Support
Visit Discord to open a ticket.
Changelog
See CHANGELOG.md for more information.
Setup script for customers
Ensure that the
nss_libsfolder is in yourresourcesfolder.Ignore
config.demo.luaand other config files innss_libsbecause they are only for developers, see Additional setup script for developers for more information.Add
ensure nss_libsto yourserver.cfg. Note: Place it on top of all resources that usesnss_libs.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.luaand fill in the values (currently there are no values).Modules can have their own config files, check the modules for
config.luaorconfig.demo.luafiles. 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
Last updated
Was this helpful?