darkosiel / framework-lua

Lua implementation of the Garmingo Framework Library

Home Page:https://garmingo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiveM Framework Library (LUA version)

This library allows you to easily interact with the servers framework, without writing the same code over and over again for each framework.

YouTube Video

Supported Frameworks

  • ESX Legacy
  • ESX Infinity
  • QBCore
  • Custom implementations

Usage

local framework = Framework:new()

local money = framework.getPlayerWalletMoney()
local job = framework.getPlayerJobName()
and more...

Docs

https://docs.garmingo.com/purchase-and-installation/frameworks

Other packages

https://github.com/Garmingo/framework-js-client

https://github.com/Garmingo/framework-js-server

https://github.com/Garmingo/FrameworkLibraryNET

Contact Us

Discord: https://discord.gg/c7UQ2ca

About

Lua implementation of the Garmingo Framework Library

https://garmingo.com

License:Other


Languages

Language:Lua 100.0%