12.06.2018, 10:59
PlayerBar: tag -> CreatePlayerProgressBar
Bar: tag -> CreateProgressBar
You don't want global, so change:
CreateProgressBar to CreatePlayerProgressBar
SetProgressBarValue to SetPlayerProgressBarValue
etc.
Open the include file and see the "Player Bars" functions. The invalid bar ID is also changed to
= {INVALID_PLAYER_BAR_ID, ...};
However, you're using the old version. You can find the latest here: https://sampforum.blast.hk/showthread.php?tid=537468
Bar: tag -> CreateProgressBar
You don't want global, so change:
CreateProgressBar to CreatePlayerProgressBar
SetProgressBarValue to SetPlayerProgressBarValue
etc.
Open the include file and see the "Player Bars" functions. The invalid bar ID is also changed to
= {INVALID_PLAYER_BAR_ID, ...};
However, you're using the old version. You can find the latest here: https://sampforum.blast.hk/showthread.php?tid=537468