29 lines
428 B
Lua
29 lines
428 B
Lua
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
author 'Scully <https://discord.gg/scully>'
|
|
description 'Scripts for thinline EUP'
|
|
version '2.0'
|
|
|
|
shared_scripts {
|
|
'config.lua',
|
|
'ui_config.lua',
|
|
'weapon_config.lua',
|
|
'prop_config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'weapon_names.lua',
|
|
'client/*.lua'
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/*.html',
|
|
'html/*.ttf',
|
|
'html/*.css',
|
|
'html/*.js',
|
|
'html/*.png'
|
|
} |