Scripts/resources/[standalone]/am_hackgame/fxmanifest.lua
2024-12-29 21:02:20 +01:00

31 lines
594 B
Lua

----<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>--
--<+>-- --<+>-- --<+>-- --<+>-- ☾ AMERICAN SCRIPT ☾ --<+>-- --<+>-- --<+>-- --<+>--
--<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>-- --<+>--
fx_version 'cerulean'
game 'gta5'
author 'FelipeKLFH#5810'
description 'DeSiGnEr AmErIcAn ScRiPtS'
version '1.0.2'
lua54 'yes'
ui_page 'html/index.html'
files {
'html/**/*',
'html/*.png',
'html/bankgothic.ttf'
}
client_scripts {
'client/*'
}
escrow_ignore {
'client/*'
}