Get Started

Introduction

The TMC framework is an optimised and scalable FiveM roleplay framework that Josh will continue to describe here at some point.

Good to know: The TMC framework is inspired by QBCore. It's been built in such a way that conversion from QBCore to TMC is an easy process.

Loading the framework

The core object allows you access to all the helper functions TMC contains.

We recommend loading the TMC core object from within a "shared" script (one that is available to both your server and client scripts. I.e. a config.lua).

Lua
TMC = exports.core:getCoreObject()

Last updated