-
Notifications
You must be signed in to change notification settings - Fork 0
/
Handcuffs.json
146 lines (146 loc) · 3.7 KB
/
Handcuffs.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"version": "2.3.0",
"changelogs": [
"- Some Bugfixes",
"- Updates some Natives"
]
},
{
"version": "2.2.6",
"changelogs": [
"- Removed `Config.addCuffItems`",
"- Added `Config.GiveCuffItemBack`",
"- Updated functions for latest msk_core version"
]
},
{
"version": "2.2.5",
"changelogs": [
"- Added Config.UncuffOnPlayerDied",
"- Added 'ESX.SetPlayerData()' on cuff, hardcuff and uncuff (ESX.PlayerData.isHandcuffed)",
"- Added functions 'Cuff', 'Hardcuff' and 'Uncuff'"
]
},
{
"version": "2.2.4",
"changelogs": [
"- Added function 'dragPlayer'",
"- Added function 'putPlayerInCar'",
"- Added function 'putPlayerOutOfCar'"
]
},
{
"version": "2.2.3",
"changelogs": [
"- Added Config.RestrictItems",
"- Added new Translation ['not_allowed']",
"- Changed folder structure"
]
},
{
"version": "2.2.2",
"changelogs": [
"- Fixed that the removeItems doesn't work",
"- Added Event to Documentation for some Multichars"
]
},
{
"version": "2.2.1",
"changelogs": [
"- Fixed Player Commands",
"- Fixed Usable Items for AnkleTracker, Headbag and Tape",
"- Some other Bugfixes"
]
},
{
"version": "2.2.0",
"changelogs": [
"- Parts of the code reworked",
"- Hopefully fixed a bug where props are not deleted",
"- Added Command for cuff, hardcuff and uncuff",
"- Added suggestion: Tape to mute players",
"- Added Custom Prop for the Tape"
]
},
{
"version": "2.1.0",
"changelogs": [
"- Added Config.EnableProps",
"- Added Config.Props",
"- Added Remove Item for Ankletracker",
"- Added Remove Item for Headbag",
"- Code Optimizations"
]
},
{
"version": "2.0.5",
"changelogs": [
"- Fixed an Error with Anketrackers (nil value addBlips)"
]
},
{
"version": "2.0.4",
"changelogs": [
"- Changes in VersionChecker: removed the ####",
"- Added new Event Handlers (see Documentation)"
]
},
{
"version": "2.0.3",
"changelogs": [
"- Changes on Ankletracker Blips",
"- Added Prefix for Ankletracker Blips"
]
},
{
"version": "2.0.2",
"changelogs": [
"- Fixed an Issue that causes server hitches",
"- Fixed that sometimes the Drag Animation don't stop",
"- Added tokovoip to Config.SetRadioChannel"
]
},
{
"version": "2.0.1",
"changelogs": [
"- Added Commands for Ankletracker and Headbag",
"- Added check if the player has the item",
"- Changed that the Door will open on putInCar"
]
},
{
"version": "2.0.0",
"changelogs": [
"- Completely reworked the code (Better performance)",
"- No SQL will be needed anymore, all saved in database.json",
"- New Documentation! Please look at it, old Events and Exports won't work",
"- Added new Animations",
"- Added Props for Handcuffs for Cuff and Keys for Uncuff",
"- Added Ankletracker were specific jobs can track a players position",
"- Added Headbag were the player gets a headbag and the screen will be black",
"- Added much more, you will find out..."
]
},
{
"version": "1.9.2",
"changelogs": [
"- Encrypted Version is now Open Client",
"- Open Client Version is now Source Code",
"- Fixed a Bug where you can't uncuff someone"
]
},
{
"version": "1.9.1",
"changelogs": [
"- Updated Version Checker",
"- Added that you can only uncuff someone with f.e. cuff_keys if the person was cuffed with cuffs"
]
},
{
"version": "1.0",
"changelogs": [
"- Release"
]
}
]