Scripts/resources/[custom_script]/Buty-CarWash/fxmanifest.lua
2024-12-30 11:15:34 +01:00

25 lines
301 B
Lua

fx_version 'adamant'
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/*'
}