forked from Simnation/Main
19 lines
296 B
Lua
19 lines
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',
|
||
|
}
|