GLUE | GTA Lua Utility Exports

This resource is just a compilation of utils to save time when starting a mod.

I started porting some utility functions from ESX and adding a couple of my own to the mix.
Just utilities no menu or DB stuff.

The end result is some you don’t need (broken) callbacks when you can easily wrap a thread around functions and gain sync | async interop and hopefully I’ve solved some noticeable bugs in the process. I’ll likely keep adding to this but it would be wonderful to have community built resources with the goal of making things easier for developers.

Cheers,

5 Likes

I nee someone Explain me what this is, Cause I’m LOST

These are exports so instead of having to write these in every single script you can reference these functions in other scripts

Neat, this will save a lot of copy and pasting :smile:

1 Like