27 lines
372 B
Lua
27 lines
372 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'Ferious Development'
|
|
description 'FD Drone System with NUI Audio'
|
|
version '1.0.0'
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/script.js',
|
|
'html/sounds/pickup.wav',
|
|
'html/sounds/deploy.wav'
|
|
}
|
|
|
|
client_scripts {
|
|
'config.lua',
|
|
'client.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server.lua'
|
|
}
|
|
|
|
lua54 'yes'
|