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

25 lines
301 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 19:48:41 +00:00
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/*'
}