Level/exp Textdraw Bug
#4

Код:
public StatsInfromation()
{
	new str[256];
	for(new i=0;i<MAX_PLAYERS;i++)
	{
		if(IsPlayerConnected(i))
		{
			format(str, sizeof(str), "~r~Lygis:~w~ %d~n~~r~ EXP: ~w~%d/800" ,PlayerData[i][Lygis],PlayerData[i][exp] = GetPlayerScore(i));
			TextDrawSetString(LVL[i],str);
			//TextDrawShowForPlayer(playerid,LVL[playerid]); to OnPlayerConnect
		}
	}
}
Reply


Messages In This Thread
Level/exp Textdraw Bug - by RenisiL - 11.01.2010, 12:40
Re: Level/exp Textdraw Bug - by RenisiL - 11.01.2010, 13:20
Re: Level/exp Textdraw Bug - by Joe Staff - 11.01.2010, 13:26
Re: Level/exp Textdraw Bug - by Jefff - 11.01.2010, 14:42

Forum Jump:


Users browsing this thread: 2 Guest(s)