progress.inc
#1

hey, i have big problem. So if in server play 2-4 players progress bar working and it showing for players but if in server +20 progressbar gone..

Код:
new Bar: BankBar[MAX_PLAYERS] = {INVALID_BAR_ID, ...},

onplayerconnect

	DestroyProgressBar(BankBar[playerid]);
	BankBar[playerid] = INVALID_BAR_ID;

onplayerdisconect

	DestroyProgressBar(BankBar[playerid]);
	BankBar[playerid] = INVALID_BAR_ID;
Reply


Messages In This Thread
progress.inc - by Karolukas123 - 20.08.2015, 23:54
Re: progress.inc - by Karolukas123 - 21.08.2015, 07:08
Re: progress.inc - by Battlezone - 21.08.2015, 08:04

Forum Jump:


Users browsing this thread: 1 Guest(s)