-
Notifications
You must be signed in to change notification settings - Fork 0
/
VehicleKeys.json
92 lines (92 loc) · 3.1 KB
/
VehicleKeys.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"version": "1.3.2",
"changelogs": [
"- Fixed the contract item",
"- Some code improvements and removing of unnecessary code"
]
},
{
"version": "1.3.1",
"changelogs": [
"- Fixed something with Lock NPC Vehicles"
]
},
{
"version": "1.3.0",
"changelogs": [
"- Fixed a Bug where sometimes the script writes 'null' into the 'vehiclekeys.json'",
"- Finally fixed a Bug where you can't (un)lock a vehicle",
"- Removed `openKeyRing` function/export",
"- Changed Stash based Keyring System to OX Item Property based Keyring -> (Look at the installation documentation!)"
]
},
{
"version": "1.2.2",
"changelogs": [
"- Fixed a bug where you can't (un)lock a vehicle with ox_target",
"- Added 'toggleLockAdmin' function/export for clientside"
]
},
{
"version": "1.2.1",
"changelogs": [
"- Fixed a bug where you can't (un)lock a vehicle"
]
},
{
"version": "1.2.0",
"changelogs": [
"- Added Keyring System for ox_inventory",
"- Added 'Select Seat' for ox_target",
"- Added 'Config.AdminVehicles' -> Admins can use the Hotkey to (un)lock those vehicles",
"- Added new Translations in translation.lua",
"- Major changes on some functions/exports -> please read the documentation again and change the exports in your scripts",
"- Changes for better debug/error understanding",
"- Moved ox_inventory stuff from server/main.lua to server/ox_inventory.lua"
]
},
{
"version": "1.1.0",
"changelogs": [
"- Added 'Config.VehicleTarget' to (Un)lock a vehicle with a Target System",
"- Added Probability for 'lockVehiclesFromNPCs' whether a vehicle is open",
"- Fixed Function 'HasPlayerKeyOrIsVehicleOwner'"
]
},
{
"version": "1.0.4",
"changelogs": [
"- Added 'Config.OnRefreshKeys'",
"- Added 'Config.GivePrimaryKey'",
"- Other, not significant, changes"
]
},
{
"version": "1.0.3",
"changelogs": [
"- Fixed that vehicles that are not owned by someone but the player has a key are always closed if 'lockVehiclesFromNPCs = true'"
]
},
{
"version": "1.0.2",
"changelogs": [
"- Hopefully fixed a bug where sometimes on PlayerLoaded the script inserts 'null' to 'vehiclekeys.json' that causes errors"
]
},
{
"version": "1.0.1",
"changelogs": [
"- Added new Translations",
"- Added that you get missing secondary keys on 'refreshKeys' Command",
"- Fixed a Bug for 'msk_enginetoggle' - (Vehicle Lockpick/Hotwire)",
"- Fixed a Bug with 'ox_inventory' and giving the key item so someone else"
]
},
{
"version": "1.0.0",
"changelogs": [
"- Release Version"
]
}
]