Scripts/resources/[custom_script]/Buty-CarWash/fxmanifest.lua

25 lines
302 B
Lua
Raw Normal View History

2024-12-29 19:48:41 +00:00
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/*'
}