03.06.2012, 17:50
Use loop if you want to put all the players, for example:
Try.
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
PlayerInfo[i][pRobTime] = 0;
}

