AmpedWasTaken / Fivem-Script-Converter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%