Native Scripts â
A cross-framework, modular, production-ready script ecosystem for FiveM and RedM (RDR3) servers. The same codebase runs unchanged on VORP, RSG-Core, RedEM:RP, ESX, and QBCore.
ð Core: Every script depends on
ns-lib, which detects the active framework, inventory system, and SQL driver at runtime. Your code only ever callsNSLib.X(...)â adapters route the call to the right implementation.
Quick start â
- Grab ns-lib (free) from Tebex: nativescripts.com/package/7428342
- Pick any ns-* script you want from nativescripts.com
- Drop both into
resources/ - Add to
server.cfg(ns-lib must load first):
cfg
ensure ns-lib
ensure ns-kitsFor full setup details, open the ns-lib page in the sidebar.
Scripts â
Core â
- ns-lib â Cross-framework abstraction layer. One unified API for VORP/RSG/RedEM/ESX/QB. SQL via oxmysql/mysql-async. Built-in helpers for Discord, permissions, teleport, blips, and peds.
Resources â
- ns-auction-house â Cross-framework player marketplace. Direct sale or auction, cash or gold, escrowed bids, mailbox, pending earnings, 6-language UI with admin-editable per-language locale files.
- ns-kits â Western-themed kit menu. 10 kits across three tiers: free (starter / daily / weekly), Discord-gated (member, streamer, booster), and donator (vip, gold, premium, diamond).
- ns-loadingscreen â RDR2-themed loading screen. Rotating backgrounds, in-screen music player, server rules panel, rotating tips, Discord/website buttons.
Conventions â
Every script follows the same folder layout, naming convention, module pattern, and config format â once you've read one, the rest feel familiar.
Community â
- Store: nativescripts.com â full catalogue, free + paid
- Discord: discord.gg/UyyngemnF8 â bug reports, feature requests, server invites
