Overview
sure_lib is a focused Lua 5.4 helper library for FiveM resources that useox_lib and es_extended. It is designed around lazy module loading: a consuming resource imports one shared loader, then requests the module it needs through sure.getModule(moduleName).
Shared
validator, listener, track, and config run on both client and server.Client
player, spawn, lui, and client cooldown handle local runtime work.Server
db, esx, and server cooldown apply authoritative gameplay changes.Module catalog
Repository shape
fxmanifest.lua
init.lua
shared
init.lua
modules
validator
index.lua
listener
track
config
client
modules
server
modules
web
How data moves
Use sure_lib when you want small runtime helpers without hiding the underlying FiveM and ESX concepts.
