Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.88 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.88 KB

animated


GitHub last commit
GitHub language count GitHub top language


THIS IS A LIBRARY THIS WILL ONLY WORK IN JS USE THE CLI FOR NORMAL USE


How it works

This libary can convert FiveM ESX scripts to Qbus and Qbus to ESX


Usage

const converter = require('fivem-script-converter');

// to convert a qbus script to esx
converter.qbustoesx('path/to/qbus/script.lua');
// ===============================


// to convert a esx script to qbus
converter.esxtoqbus('path/to/esx/script.lua');
// ===============================

Fivem Script Converter CLI

Discord

Npm Page