Scripts/resources/[standalone]/casinoUi/fxmanifest.lua

25 lines
329 B
Lua
Raw Normal View History

2024-12-29 20:02:20 +00:00
fx_version 'cerulean'
game 'gta5'
author 'Codesign#2715'
description 'Draw screen UI replacment for 3D text'
version '1.0'
ui_page {
'html/index.html',
}
files {
'html/index.html',
'html/js/script.js',
'html/css/stylesheet.css',
}
client_scripts {
'client/main.lua'
}
exports {
'DrawCasinoUi',
'HideCasinoUi',
}