Library
A lightweight utility & helper library for FiveM developers. Designed to improve code reusability, consistency, and performance across Trippler resources.
Installation
Typescript
Depend
"@trippler/tr_lib": "latest",Install
npm i @trippler/tr_libLua
1. Download
2. Import
- lua
shared_scripts {
'@tr_lib/init.lua',
}