-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEngineToggle.json
78 lines (78 loc) · 1.59 KB
/
EngineToggle.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
[
{
"version": "4.3.4",
"changelogs": [
"- Fixed Vehicle Blacklist"
]
},
{
"version": "4.3.3",
"changelogs": [
"- Added VehicleClamp by Kiminaze",
"- Some code improvements and removing of unnecessary code"
]
},
{
"version": "4.3.2",
"changelogs": [
"- Fixed an Error with export msk_vehiclekeys AddKey()"
]
},
{
"version": "4.3.1",
"changelogs": [
"- Fixed an Error with export msk_vehiclekeys AddKey()"
]
},
{
"version": "4.3.0",
"changelogs": [
"- Added Blacklist for vehicles",
"- Added Classes to Whitelilst"
]
},
{
"version": "4.2.6",
"changelogs": [
"- Fixed an issue with 'getIsKeyOwner()'",
"- Fixed an issue with AcePermissions"
]
},
{
"version": "4.2.5",
"changelogs": [
"- Fixed that the Vehicle Keys doesn't work correctly",
"- Fixed an error with Alarm Stages"
]
},
{
"version": "4.2.4",
"changelogs": [
"- Fixed support for vehicles_keys by Jaksam",
"- Fixed client crashes while lockpicking a vehicle"
]
},
{
"version": "4.2.3",
"changelogs": [
"- Added wasabi_carlock",
"- Fixed a serverside issue when installing an alarm_stage",
"- Fixed that the client was crashing after lockpicking a vehicle"
]
},
{
"version": "4.2.2",
"changelogs": [
"- Added Dependency msk_core",
"- Added wasabi_carlock",
"- Changed folder structure",
"- Some other stuff"
]
},
{
"version": "1.0.0",
"changelogs": [
"- Release"
]
}
]