Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Presuming it's used in the same way.
Posts: 118
Threads: 19
Joined: May 2016
Quote:
Originally Posted by Lirbo
:O how can I use this one? any guides?
|
Just change the
progress2.inc to
playerprogress.inc or change the
#include <playerprogress> to
#include <progress2> , it have more functions and features , Thanks to
SOUTHCLAW
Posts: 349
Threads: 38
Joined: Jul 2015
Reputation:
0
Just open pawn and paste the include's code inside it then save it as .inc inside the includes folder. You can name it whatever you want while saving. Then simply #include it in your main script. It's that simple.
Ps: In case you ask how to position the bar properly on the screen, I don't think there's any bar editor created but I use a textdraw editor to fetch the proper position for it.