Skip to content

Garmingo/FrameworkLibraryNET

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages