From 4560426d52384f6366b3237407c7b0ebf71cb1d8 Mon Sep 17 00:00:00 2001 From: tanthius Date: Thu, 12 Feb 2026 04:23:06 +0000 Subject: [PATCH] Upload files to "/" --- fxmanifest.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fxmanifest.lua 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", +}