Count++ problem
#1

Well it shows wrong values in textdraw

Code:
forward CountBar(playerid);
public CountBar(playerid)
{
	new string[5];
	BarCount++;
	SetPlayerProgressBarValue(playerid, Bar, BarCount);
	format(string,sizeof(string),"%i",BarCount);
    PlayerTextDrawSetString(playerid,Capture[playerid],string);
	return 1;
}
Reply


Messages In This Thread
Count++ problem - by Nabster - 14.03.2015, 10:22
Re: Count++ problem - by Luis- - 14.03.2015, 10:24
Re: Count++ problem - by Smileys - 14.03.2015, 10:26
Re: Count++ problem - by Nabster - 14.03.2015, 10:32
Re: Count++ problem - by Smileys - 14.03.2015, 10:35
Re: Count++ problem - by Nabster - 14.03.2015, 14:06

Forum Jump:


Users browsing this thread: 1 Guest(s)