36 lines
471 B
Lua
36 lines
471 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
description 'MercyV Deathscreen - Custom Death & Bleedout System'
|
|
version '1.0.0'
|
|
|
|
dependencies {
|
|
'ox_target',
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
shared_scripts {
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server/main.lua'
|
|
}
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/css/style.css',
|
|
'html/js/main.js',
|
|
'html/sounds/*.mp3',
|
|
'html/sounds/*.ogg'
|
|
}
|
|
|
|
server_exports {
|
|
'RevivePlayer'
|
|
}
|