11.01.2010, 14:42
Код:
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
}
}
}
