Ticker Scripts
StoreDiscord
Documentation

Installation Steps

Step 1: Install dependencies

tc_lib relys on dependencies to make the experience as seemless as possbile.
Required dependencies are as followed:

  • oxmysql - The most popular SQL library for FiveM
  • ox_lib - General library for FiveM

Step 2: Download the Script

Download tc_lib from CFX.re Portal

Step 3: Add to Resources

We recommend making a folder dedicated to libraries:

resources/
├── oxmysql
├── ox_lib
├── [libs]/
│   └── tc_lib/    <-- Place here
├── [tc]

Step 4: Configure server.cfg

Add the following to your server.cfg, ensuring the dependencies are started first:

main.cfg
# Run dependencies
ensure oxmysql
ensure ox_lib
# Ensure your core
# Run Ticker Scripts products
ensure [libs]
ensure [tc]

That's it!

Ticker Scripts Documentation