Tr Lib

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_lib

Lua

1. Download

DownloadGitHub Release

2. Import

  • lua
shared_scripts {
  '@tr_lib/init.lua',
}