08.01.2016, 08:29
Uhm.. Well, it already says where you should put those... I mean...
put this in includes;
put this on top of your script, below includes;
Then, hit CTRL+F, type OnPlayerConnect and paste this beneath the bracket;
Then, hit CTRL+F again, type OnPlayerSpawn and paste this beneath the bracket;
It isn't really that complicated, please do some research about scripting.
put this in includes;
pawn Код:
#include <progress2>
pawn Код:
new PlayerBar:Bar0[MAX_PLAYERS];
pawn Код:
Bar0[playerid] = CreatePlayerProgressBar(playerid, 18.000000, 323.000000, 133.000000, 3.200000, -1429936641, 100.0000, 0);
pawn Код:
ShowPlayerProgressBar(playerid, Bar0[playerid]);