Scripts/resources/[ps]/fivem-freecam/fxmanifest.lua
2024-12-29 21:11:16 +01:00

13 lines
287 B
Lua

fx_version 'cerulean'
games { 'gta5' }
author 'Deltanic'
description 'Simple freecam API for FiveM.'
version '1.0.0'
client_script 'client/utils.lua'
client_script 'client/config.lua'
client_script 'client/camera.lua'
client_script 'client/exports.lua'
client_script 'client/main.lua'