Main/resources/[tools]/vehicleDebug/fxmanifest.lua
2025-06-07 08:51:21 +02:00

19 lines
No EOL
296 B
Lua

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',
}