e047d8f9ac
+ Added the phone which is working already. + Added RP-Radio for testing.
26 lines
451 B
Lua
26 lines
451 B
Lua
fx_version "cerulean"
|
|
game "gta5"
|
|
description 'js runtime monkaW'
|
|
authors { "itschip", "erik-sn", "TasoOneAsia", "kidz", "RockySouthpaw"}
|
|
|
|
client_scripts {
|
|
'resources/dist/client/*.client.js',
|
|
'resources/client/*.lua'
|
|
}
|
|
|
|
server_script {
|
|
'resources/dist/server/*.server.js'
|
|
}
|
|
|
|
ui_page 'resources/html/index.html'
|
|
|
|
files {
|
|
'config.json',
|
|
'resources/html/index.html',
|
|
'resources/html/**/*',
|
|
}
|
|
|
|
dependency {
|
|
'screenshot-basic'
|
|
}
|