-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.lua
More file actions
20 lines (16 loc) · 835 Bytes
/
Copy pathconfig.lua
File metadata and controls
20 lines (16 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
return {
locale = 'en',
core = 'es_extended', -- choose core between 'qb-core' and 'es_extended' or 'ncfw'
QBFramework = 'qb-core', -- custom resource exports name
ESXCoreName = 'es_extended', -- custom resource exports name default: 'es_extended'
NCFWCoreName = 'ncfw', -- custom resource exports name default: 'es_extended'
-- OX SETTINGS
position = 'bottom', -- ui position
minDuration = 5000, -- minimum duration in milliseconds
maxDuration = 10000, -- maximum duration in milliseconds
canCancel = false, -- whether the notification can be cancelled
useWhileDead = false, -- whether the notification can be used while dead
disable = true, -- whether the notification is disabled
areaSize = 30, -- area size in pixels
speedMultiplier = 1, -- speed multiplier for skills
}