25 lines
302 B
Lua
25 lines
302 B
Lua
|
fx_version 'cerulean'
|
||
|
game 'gta5'
|
||
|
author 'TreyTrey23'
|
||
|
version 'V1.0'
|
||
|
|
||
|
client_scripts {
|
||
|
'client.lua',
|
||
|
}
|
||
|
|
||
|
server_scripts {
|
||
|
'server.lua'
|
||
|
}
|
||
|
|
||
|
shared_script {
|
||
|
'config.lua',
|
||
|
}
|
||
|
|
||
|
ui_page "html/index.html"
|
||
|
|
||
|
files {
|
||
|
'html/index.html',
|
||
|
'html/script.js',
|
||
|
'html/style.css',
|
||
|
'html/img/*'
|
||
|
}
|