28.07.2018, 10:38
I believe that's not the way you create a progress bar using Southclaw's include, Because it gets defined like textdraws, but created locally as far as I'm concerned..
So you must for example define it like that..
Then create it like that under OnPlayerConnect..
Then just show it to the player locally..
So you must for example define it like that..
PHP код:
new PlayerBar:Bar1
PHP код:
Bar1= CreatePlayerProgressBar(X, Y, Width, Height, Color, Maximum, Direction)