-
Notifications
You must be signed in to change notification settings - Fork 0
/
Banking.json
323 lines (323 loc) · 7.73 KB
/
Banking.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
[
{
"version": "3.6.5",
"changelogs": [
"- Fixed a Bug where the player has to recreate the main account if society is set to false"
]
},
{
"version": "3.6.4",
"changelogs": [
"- Fixed a Bug that leads to an error when creating a main bankaccount",
"- Fixed a Bug where the animation won't stop on ATMs if no pin was set"
]
},
{
"version": "3.6.3",
"changelogs": [
"- Fixed Input and Numpad for latest msk_core version",
"- Hopefully fixed a bug where global value 'playerPINs' is nil"
]
},
{
"version": "3.6.2",
"changelogs": [
"- Open Client Version is now Source Version on keymaster"
]
},
{
"version": "3.6.1",
"changelogs": [
"- Fixed that the ATM won't open",
"- Removed the Animation and improved the Scenario",
"- Added CashProp when closing the ATM"
]
},
{
"version": "3.6.0",
"changelogs": [
"- Added Numpad and Input from msk_core -> Removed html folder",
"- Added Support for visn_are and osp_ambulance (GetIsPlayerDead)",
"- Added some new Translations to translations.lua",
"- Fixed that sometimes the NPC is not visible",
"- A few changes in config.lua",
"- Removed some unnecessary code",
"- Improved server performance",
"- Some other Bugfixes"
]
},
{
"version": "3.5.8",
"changelogs": [
"- Updated Callbacks for msk_core",
"- Rewritten Investment"
]
},
{
"version": "3.5.7",
"changelogs": [
"- Fixes an Error with _menuPool",
"- Fixed that you can insert decimal numbers",
"- Fixed insert IBAN on tranfers"
]
},
{
"version": "3.5.6",
"changelogs": [
"- Fixes an Error with _menuPool"
]
},
{
"version": "3.5.5"
},
{
"version": "3.5.4",
"changelogs": [
"- Bugfixes for NativeUI Menu"
]
},
{
"version": "3.5.3",
"changelogs": [
"- Fixed NativeUI Memory Leak (resmon goes higher and higher after opening the Bank or ATM Menu a few times)"
]
},
{
"version": "3.5.2",
"changelogs": [
"- Some Bugfixes",
"- Fixed resmon goes high up after opening the Bank or ATM Menu a few times"
]
},
{
"version": "3.5.1",
"changelogs": [
"- Fixed Error (SCRIPT ERROR: ?:-1: attempt to index a nil value (field 'integer index'))",
"- Fixed stuck in Animation at ATMs if you don't have a Bankaccount",
"- Added new EventHandler to the Documentation"
]
},
{
"version": "3.5",
"changelogs": [
"- Fixed Error (SCRIPT ERROR: @esx_addonaccount/server/main.lua:18: table index is nil)",
"- Updated Documentation so please update the ESX files!!!"
]
},
{
"version": "3.4",
"changelogs": [
"- Added ATM Robbery",
"-> Latest Version of msk_core will be needed!"
]
},
{
"version": "3.3.3",
"changelogs": [
"- Fixed some English Translations",
"- New Event will be triggered if SharedAccounts changes - (view documentation)",
"- Rewritten Investment - (Performance Improvements)",
"- Investment will now be executed before server restart if time if nearly over",
"- New Export and Callback for Investment - (view documentation)",
"-> Latest Version of msk_core will be needed!"
]
},
{
"version": "3.3.2",
"changelogs": [
"- Fixed Transactionhistory"
]
},
{
"version": "3.3.1",
"changelogs": [
"- Fixed Society Accounts not getting updated if addon_account is activated"
]
},
{
"version": "3.3",
"changelogs": [
"- Some Bugfixes",
"- Fixed some Bugs with SharedAccounts",
"- Added Dots for Numbers that it looks like 1.000 and not like 1000",
"- Deleted unnecessary database queries, because sharedaccounts.lua has better performance",
"- Changed and added some exports (few documentation for more information)"
]
},
{
"version": "3.2.3",
"changelogs": [
"- Fixed Error with Mainaccounts that you can not deposit or whithdraw money"
]
},
{
"version": "3.2.2",
"changelogs": [
"- Fixed Error that you can't use Banking if you created a new Account"
]
},
{
"version": "3.2.1",
"changelogs": [
"- Fixed critical Error with Second Accounts"
]
},
{
"version": "3.2",
"changelogs": [
"- Several Bugfixes",
"- Fixed Second Account if addon_account = true",
"- Changed getSharedAccounts Event (view documentation)"
]
},
{
"version": "3.1.6",
"changelogs": [
"- Added Investment Notifications"
]
},
{
"version": "3.1.5",
"changelogs": [
"- Fixed critical Error"
]
},
{
"version": "3.1.4"
},
{
"version": "3.1.3",
"changelogs": [
"- Some Bugfixes",
"- Investment Fix if dynamic is deactivated",
"- Added new Scenario Animation",
"- Added Bankcard Prop for ATMs"
]
},
{
"version": "3.1.2",
"changelogs": [
"- Fixed an error if not using okokBilling"
]
},
{
"version": "3.1.1",
"changelogs": [
"- Added automatically database upload to server_database.lua (not encrypted)",
"- Added okokBilling"
]
},
{
"version": "3.1",
"changelogs": [
"- Improved serverside performance",
"- Fixed a small Bug if addon_account and sync_money is activated",
"- Added new Event to the documentation"
]
},
{
"version": "3.0.2",
"changelogs": [
"- Added Custom Banner for NativeUI"
]
},
{
"version": "3.0.1",
"changelogs": [
"- Fixed an Error with menu.lua:448: bag argument #1 to 'gsub'"
]
},
{
"version": "3.0",
"changelogs": [
"- Completly reworked the Code",
"- New Database Structur (will be updated automatically. you won't lose any money!)",
"- Improved Performance",
"- Fixed Discord Webhook Logs",
"- Invoices",
"- Numpad NUI",
"- Transactionhistory",
"- Transactionhistory for Paychecks (view documentation)",
"- Set a reason for the transfer",
"- You can set you own TextUI in Config",
"- NativeUI will be re-opened after Deposit, Withdraw, ...",
"- Investment: Added chance to get or lose money",
"- Lots of new Events and Exports (view documentation)"
]
},
{
"version": "2.6.3",
"changelogs": [
"- Added Changelogs to the VersionChecker"
]
},
{
"version": "2.6.2",
"changelogs": [
"- Some Bugfixes"
]
},
{
"version": "2.6.1",
"changelogs": [
"- Fixed a small Bug with esx_addonaccount (not necessary if you don't have problems)",
"- No database.sql needed anymore. Items will be inserted automatically"
]
},
{
"version": "2.6",
"changelogs": [
"- Disable PIN Feature in config"
]
},
{
"version": "2.5",
"changelogs": [
"- Fixed creating Mainaccount",
"- Fixed some text labels"
]
},
{
"version": "2.4",
"changelogs": [
"- Fixed Investment payouts"
]
},
{
"version": "2.3",
"changelogs": [
"- Fixed Jobs and Ranks for Society Accounts"
]
},
{
"version": "2.2",
"changelogs": [
"- Added Option for Distances",
"- Added Support for ESX Legacy",
"- Fixed Bug where you only can open the Bank at Legion Square Bank"
]
},
{
"version": "2.1",
"changelogs": [
"- Added a new Option for Custom Banner",
"- NativeUI Menu is closing if not in distance",
"- Fixed can’t change IBAN if second Account created"
]
},
{
"version": "2.0",
"changelogs": [
"- Completly reworked the Code",
"- Improved performance",
"- Added esx_addon_account",
"- Added Discord Logs and much more [read the Description above]"
]
},
{
"version": "1.1",
"changelogs": [
"- Fixed change Accountnumber with Mainaccount if you already created a second Account"
]
}
]