1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/vehicleDebug/fxmanifest.lua

19 lines
296 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
author 'Jameslroll'
description 'Utility to edit the handling of vehicles and record speeds'
version '1.0.0'
fx_version 'cerulean'
game 'gta5'
ui_page 'html/index.html'
files {
'html/index.css',
'html/index.html',
'html/index.js',
}
client_scripts {
'cl_config.lua',
'cl_debugger.lua',
}