Garmingo / FrameworkLibraryNET

C# Implementation of the Garmingo Framework Library

Home Page:https://garmingo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiveM Framework Library (.NET implementation)

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 (Server)

using FrameworkLibraryServer;
private Framework framework = new Framework();

framework.getPlayerWalletMoney(playerId);
framework.addPlayerWalletMoney(playerId, 500);
...

Usage (Client)

using FrameworkLibraryClient;
private Framework framework = new Framework();

framework.getPlayerJobName();
framework.getPlayerJobGrade();
...

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/framework-lua

Contact Us

Discord: https://discord.gg/c7UQ2ca

About

C# Implementation of the Garmingo Framework Library

https://garmingo.com

License:Other


Languages

Language:C# 100.0%