forked from thelindat/linden_outlawalert
-
Notifications
You must be signed in to change notification settings - Fork 1
/
fxmanifest.lua
41 lines (34 loc) · 831 Bytes
/
fxmanifest.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
fx_version 'cerulean'
game 'gta5'
version '2.7.1'
description 'https://github.com/thelindat/linden_outlawalert'
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'shared/cl_notify.lua',
'client/main.lua',
}
shared_scripts{
'@es_extended/imports.lua',
'config.lua'
}
server_scripts {
'@es_extended/locale.lua',
'@oxmysql/lib/MySQL.lua',
'locales/en.lua',
'locales/fr.lua',
'shared/sv_notify.lua',
'server.lua',
}
ui_page {
'html/alerts.html',
}
files {
'html/alerts.html',
'html/main.js',
'html/style.css',
}
export "getSpeed" -- exports['linden_outlawalert']:getSpeed
export "getStreet" -- exports['linden_outlawalert']:getStreet
export "zoneChance" -- exports['linden_outlawalert']:zoneChance('Custom', 2)