Need help with alignment
#4

Quote:
Originally Posted by fiki574_CRO
Посмотреть сообщение
show code??
For example;

for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(Player[i][pTeam] == T_ATT)
{
format(iStr, sizeof(iStr), "%s{D3D3D3}[%d]{8B1A1A}%s{D3D3D3}-{8B1A1A}DMG{D3D3D3}:%d{D3D3D3}-{8B1A1A}Kills{D3D3D3}:%d\n",iStr,i,PNames[i],gRoundDamage[i],Player[i][prScore]);
}
if(Player[i][pTeam] == T_DEF)
{
format(iStr, sizeof(iStr), "%s{D3D3D3}[%d]{104E8B}%s{D3D3D3}-{104E8B}DMG{D3D3D3}:%d{D3D3D3}-{104E8B}Kills{D3D3D3}:%d\n",iStr,i,PNames[i],gRoundDamage[i],Player[i][prScore]);
}
}
}
Reply


Messages In This Thread
Need help with alignment - by aybo - 25.12.2011, 17:39
Re: Need help with alignment - by aybo - 25.12.2011, 20:27
Re: Need help with alignment - by fiki574 - 25.12.2011, 21:29
Re: Need help with alignment - by aybo - 26.12.2011, 14:37

Forum Jump:


Users browsing this thread: 2 Guest(s)