-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.lua
More file actions
12 lines (12 loc) · 835 Bytes
/
config.lua
File metadata and controls
12 lines (12 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Config = {}
Config.SyphonDebug = false -- Used for Debugging.. duh..
Config.SyphonFuelDecor = "_FUEL_LEVEL" -- Do not touch!!!!!! (Default: "_FUEL_LEVEL")
Config.SyphonKitCap = 50 -- Maximum amount (in L) the syphon kit can fit!
-- Police Stuff --
Config.SyphonPoliceCallChance = 25 -- Math.Random(1, 100) Default: 25%
Config.SyphonDispatchSystem = "qb-default" -- Options: "ps-dispatch", "qb-dispatch", "qb-default" (just blips) or "custom" (Custom: you must configure yourself!)
-- Anims --
Config.StealAnimDict = 'anim@amb@clubhouse@tutorial@bkr_tut_ig3@' -- Dictionary for the Syphon Animation
Config.StealAnim = 'machinic_loop_mechandplayer' -- The Actual Syphon Animation
Config.RefuelAnimDict = 'weapon@w_sp_jerrycan' -- Dictionary for the Refuel Animation
Config.RefuelAnim = 'fire' -- The Actual Refuel Animation