This library allows you to easily interact with the servers framework, without writing the same code over and over again for each framework.
- ESX Legacy
- ESX Infinity
- QBCore
- Custom implementations
using FrameworkLibraryServer;
private Framework framework = new Framework();
framework.getPlayerWalletMoney(playerId);
framework.addPlayerWalletMoney(playerId, 500);
...
using FrameworkLibraryClient;
private Framework framework = new Framework();
framework.getPlayerJobName();
framework.getPlayerJobGrade();
...
https://docs.garmingo.com/purchase-and-installation/frameworks
https://github.com/Garmingo/framework-js-client
https://github.com/Garmingo/framework-js-server
https://github.com/Garmingo/framework-lua
Discord: https://discord.gg/c7UQ2ca