Scripts/resources/[ps]/fivem-freecam/fxmanifest.lua

13 lines
287 B
Lua
Raw Normal View History

2024-12-29 20:11:16 +00:00
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'