Create fxmanifest.lua

This commit is contained in:
Springo_dev
2024-09-08 08:54:42 +10:00
committed by GitHub
parent 3ecb75490e
commit bc629458d6

13
fxmanifest.lua Normal file
View File

@@ -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'
}