Upload files to "/"

This commit is contained in:
tanthius 2026-02-12 04:23:06 +00:00
commit 4560426d52

12
fxmanifest.lua Normal file
View File

@ -0,0 +1,12 @@
fx_version 'cerulean'
game 'gta5'
client_scripts {
"client/time.lua",
"client/weather.lua",
}
server_scripts {
"server/time.lua",
"server/weather.lua",
}