Files
KingMcDonalds 5c2328f975 new weapon menu
2025-01-25 16:27:07 -08:00

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'
}