need example
#2

Uhm.. Well, it already says where you should put those... I mean...

put this in includes;

pawn Код:
#include <progress2>
put this on top of your script, below includes;

pawn Код:
new PlayerBar:Bar0[MAX_PLAYERS];
Then, hit CTRL+F, type OnPlayerConnect and paste this beneath the bracket;
pawn Код:
Bar0[playerid] = CreatePlayerProgressBar(playerid, 18.000000, 323.000000, 133.000000, 3.200000, -1429936641, 100.0000, 0);
Then, hit CTRL+F again, type OnPlayerSpawn and paste this beneath the bracket;
pawn Код:
ShowPlayerProgressBar(playerid, Bar0[playerid]);
It isn't really that complicated, please do some research about scripting.
Reply


Messages In This Thread
need example - by LovelySoomro - 08.01.2016, 07:19
Re: need example - by Rufio - 08.01.2016, 08:29
Re: need example - by LovelySoomro - 08.01.2016, 08:51
Re: need example - by Rufio - 08.01.2016, 08:52
Re: need example - by LovelySoomro - 08.01.2016, 09:04
Re: need example - by jlalt - 08.01.2016, 09:05
Re: need example - by LovelySoomro - 08.01.2016, 09:07

Forum Jump:


Users browsing this thread: 1 Guest(s)