forked from Simnation/Main
Brutal Notify
This commit is contained in:
parent
ae85941177
commit
986f2c1661
8 changed files with 491 additions and 0 deletions
40
resources/[tools]/brutal_notify/fxmanifest.lua
Normal file
40
resources/[tools]/brutal_notify/fxmanifest.lua
Normal file
|
@ -0,0 +1,40 @@
|
|||
fx_version 'cerulean'
|
||||
games {'gta5'}
|
||||
lua54 'yes'
|
||||
|
||||
author 'Keres & Dév'
|
||||
description 'Brutal Notify - store.brutalscripts.com'
|
||||
version '1.2.1'
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'client.lua',
|
||||
'examples/client-examples.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'config.lua',
|
||||
'examples/server-examples.lua'
|
||||
}
|
||||
|
||||
ui_page 'html/ui.html'
|
||||
files {'html/*.*'}
|
||||
|
||||
export 'SendAlert'
|
||||
export 'Esc'
|
||||
|
||||
dependencies {
|
||||
'/server:5181', -- ⚠️PLEASE READ⚠️; Requires at least SERVER build 5181
|
||||
'/gameBuild:2189', -- ⚠️PLEASE READ⚠️; Requires at least GAME build 2189.
|
||||
}
|
||||
|
||||
escrow_ignore {'config.lua', 'examples/client-examples.lua', 'examples/server-examples.lua'}
|
||||
|
||||
--[[
|
||||
-- locked
|
||||
escrow_ignore {'config.lua', 'examples/client-examples.lua', 'examples/server-examples.lua'}
|
||||
|
||||
-- open
|
||||
escrow_ignore {'config.lua', 'client.lua', 'examples/client-examples.lua', 'examples/server-examples.lua'}
|
||||
--]]
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue