Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.04 KB

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