-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathversion
More file actions
35 lines (35 loc) · 1.43 KB
/
Copy pathversion
File metadata and controls
35 lines (35 loc) · 1.43 KB
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
<1.1.0>
- added a different way to handle ammo
- each ammo will use its ammo from the "belt"
- fix infinite throwables ammo
<1.0.9>
- added bank compability
<1.0.8>
- added gold option to drop/give like money check config.
- added items description check discord on how to add it to items database
- added weapons description check config
- fix giving invalid weapon names
- fix for getsteamid
- added loading timer when giving items to others to fix the spam give items.
- update ALL FILES including fxmanifest to get versions checks
<1.0.7>
- Bugfix canCarryItem was erroring with invalid items.
- Server API Feature getItem added!
- Server API Feature getDBItem added!
- Server API Enhancement canCarryWeapons added to API, was only available as serverEvent prior.
<1.0.6>
- Language updates and fixes
- added option to display containers capacity
<1.0.5>
- Open Inventory from InventoryAPI Added
- Show server ID when giving items/money/weapons
- canCarryItem InventoryAPI Bugfix
<1.0.4>
- fix exploit for decimal values being and when moving giving droping items that would make items be unlimited and not even removable
- update fxmanifest << yes update
- updated ui.html file in the html folder
<1.0.3>
- fixed duplication items when spamclick users name when giving items
- update server/services/ inventoryService.lua file
- update your fxmanifest version to 1.0.3 if you dont do this your version check will fail
<1.0.2>