🔥 A Javascript/Typescript package for FiveM resource development 🎮
This project is in no way affiliated with FiveM or the Cfx.re Collective.
- No runtime dependencies
- Entity management through class objects (i.e.
Vehicle
andPed
entities) - Server and Client side variants on wrapper
pnpm add @nativewrappers/redm # for redm,
pnpm add @nativewrappers/fivem # for fivem
pnpm add @nativewrappers/common # for any, should be game agnostic, provides Vector3, decors, kvps, helper functions, etc
pnpm add @nativewrappers/server # for server