From bc629458d607738e432a56aaa56587f92a485325 Mon Sep 17 00:00:00 2001 From: Springo_dev Date: Sun, 8 Sep 2024 08:54:42 +1000 Subject: [PATCH] Create fxmanifest.lua --- fxmanifest.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fxmanifest.lua diff --git a/fxmanifest.lua b/fxmanifest.lua new file mode 100644 index 0000000..57124de --- /dev/null +++ b/fxmanifest.lua @@ -0,0 +1,13 @@ +fx_version 'cerulean' +game 'gta5' + +-- https://github.com/springoooo +author 'Springo' +title 'springo-camerazoom' +description 'Camera Zoom (Prodigy RP 2.0 Inspired)' +version '1.0.0' + +client_scripts { + 'config.lua', + 'client.lua' +}