@garmingo/framework-js-server
v1.1.2
Published
TypeScript version of Framework library (server version)
Downloads
2
Readme
FiveM Framework Library (server-side)
This library allows you to easily interact with the servers framework, without writing the same code over and over again for each framework.
Installation
npm install @garmingo/framework-js-server
Supported Frameworks
- ESX Legacy
- ESX Infinity
- QBCore
- Custom implementations
Usage
import { Framework } from '@garmingo/framework-js-server';
const framework = new Framework();
framework.getPlayerWalletMoney(playerId);
framework.addPlayerWalletMoney(playerId, 500);
...
Docs
Other packages
https://github.com/Garmingo/framework-js-client
https://github.com/Garmingo/FrameworkLibraryNET
https://github.com/Garmingo/framework-lua