1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/qb-minigames/fxmanifest.lua

21 lines
344 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kakarot'
description 'Various minigames that can be used for players to complete'
version '1.0.0'
client_scripts {
'client/*.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/css/*.css',
'html/js/*.js',
'html/sounds/*.ogg',
'html/images/*.png',
}