Installation Steps
Step 1: Install dependencies
tc_lib relys on dependencies to make the experience as seemless as possbile.
Required dependencies are as followed:
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:
# Run dependencies
ensure oxmysql
ensure ox_lib
# Run Ticker Scripts products
ensure [libs]
ensure [tc]That’s it!
Last updated on