29 lines
420 B
Lua
29 lines
420 B
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
clr_disable_task_scheduler 'yes'
|
|
|
|
name "BigDaddy-EAS"
|
|
description "EAS Emergency Alert System"
|
|
author "Big Daddy"
|
|
version "1.3.0"
|
|
|
|
client_scripts {
|
|
'*Client.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
}
|
|
|
|
server_scripts {
|
|
'*.Server.net.dll',
|
|
'Newtonsoft.Json.dll',
|
|
'BigDaddy*.js'
|
|
}
|
|
|
|
ui_page 'nui/nui.html'
|
|
|
|
files {
|
|
'settings.ini',
|
|
'nui/nui.html',
|
|
'nui/sounds/*.mp3',
|
|
'nui/sounds/*.ogg'
|
|
}
|