Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ Build: 0.5.2
- getItemLabel
- getItemWeight

Newest Build: 0.5.3
Build: 0.5.3
- reformated interactions.
- now checks your config for what you use and populates the necessary functions
- added support for mad_thoughts for notifications
- added new client inventory function `ps.getItemCount(item)`
- returns the total amount of the item you send through


Newest Build: 0.5.4
- moved a lot to bridge
- progressbars, menus, notifications, drawtext, zones
- removed ox_grids&Arrays&zones folder from modules
- built wrapper for ox zones and PolyZone
- fix small ox_inventory bugs for stashes
- added support for mad_thoughts and keep_progressbar

2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lua54 'yes'
game 'gta5'

name 'ps_lib'
version '0.5.3'
version '0.5.4'
description 'Project Sloth Library'
author 'Project Sloth'

Expand Down