12.06.2018, 11:19
Quote:
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 |