This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

26 lines
394 B
Lua

fx_version 'adamant'
game 'gta5'
loadscreen_manual_shutdown "yes"
description 'Origen LoadingScreen System'
version '1.0.1'
loadscreen 'index.html'
files {
'index.html',
'css/style.css',
'img/*.png',
'img/*.jpg',
'img/*.svg',
'img/*.webp',
'js/app.js',
'js/jquery.min.js',
'js/jquery.easings.min.js'
}
client_script "client.lua"