forked from Simnation/Main
18 lines
304 B
Lua
18 lines
304 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
lua54 'yes'
|
|
author 'Kakarot'
|
|
description 'Menu that allows players to input information for various things'
|
|
version '1.2.0'
|
|
|
|
client_scripts {
|
|
'client/*.lua'
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/styles/*.css',
|
|
'html/script.js'
|
|
}
|