Scripts/resources/[qb]/[qb_extras]/qb-camera/fxmanifest.lua

22 lines
257 B
Lua
Raw Normal View History

2024-12-29 20:07:50 +00:00
fx_version 'cerulean'
games { 'gta5' }
version 'V1.0'
client_scripts {
'client/main.lua',
'client/camera.lua'
}
server_scripts {
'server/main.lua',
}
ui_page 'html/index.html'
files {
'html/*.html',
'html/*.css',
'html/*.js',
}