21.04.2013, 22:12
E em DOF2.
Cheguei a este comando
Meio sem sentido mas tmb nao pega
Cheguei a este comando
pawn Code:
command(rank,playerid,params[])
{
new top, top2[5] = -1, Jogadortop[5][24];
while(top < 5)
{
for(new i; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pScore] > top2[top])
{
top2[top] = PlayerInfo[i][pScore];
}
}
}
}
//for(new i; i < 5;i++)
for(new i=0; i< 5; i++)
{
if(Jogadortop[i][0] == EOS)
{
format(arquivo,sizeof arquivo,"[%d] %s | Score: %d",i+1,Nome(top),top2[i]);
SendClientMessage(playerid,0xC9170EFF,arquivo);
}
}
return true;
}
Meio sem sentido mas tmb nao pega