commit 4560426d52384f6366b3237407c7b0ebf71cb1d8 Author: tanthius Date: Thu Feb 12 04:23:06 2026 +0000 Upload files to "/" diff --git a/fxmanifest.lua b/fxmanifest.lua new file mode 100644 index 0000000..dd54666 --- /dev/null +++ b/fxmanifest.lua @@ -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", +}