Progress2 Versions Save

A SA:MP UI library for rendering progress bars used to visualise all manner of data from health to a countdown timer.

v2.3.0

4 years ago

v2.2.0

5 years ago

v2.1.4

7 years ago
  • Added a 'show' property to handle hidden bars
  • Added script exit cleanup
  • Minor bugfixes

v2.1.2

8 years ago

Changed the name of 'pb_percent' to '_bar_percent' in order to maintain compatibility with the old version. The old version has a macro called 'pb_percent' which was conflicting with this.

You can now use the original global progress bar library with this one.

v2.1.1

9 years ago

Added 'update' parameter to _RenderBar: If true, textdraws will be re-shown to update them on a client's screen. Fixes a small bug where bars wouldn't update sometimes when some setter functions were used.

v2.1.0

9 years ago

A minor update to the internal code that makes 3 more interface functions possible.

  • Added _RenderBar internal function that takes care of rendering a progress bar based on it's current properties.
  • Added SetPlayerProgressBarPos
  • Added SetPlayerProgressBarWidth
  • Added SetPlayerProgressBarHeight
  • Added SetPlayerProgressBarDirection

Unit tested and manually tested all functions in-game. Code for these tests has also been updated in testing.pwn.

v2.0.2

9 years ago

Minor API change.

v2.0.1

9 years ago

First stable release