forked from Simnation/Main
16 lines
316 B
Lua
16 lines
316 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
lua54 'yes'
|
|
author 'Kakarot'
|
|
description 'Allows players to view a menu that displays various information about the server and players'
|
|
version '1.2.1'
|
|
|
|
shared_script 'config.lua'
|
|
client_script 'client.lua'
|
|
server_script 'server.lua'
|
|
|
|
ui_page 'html/ui.html'
|
|
|
|
files {
|
|
'html/*'
|
|
}
|