03.01.2014, 18:44
Try that:
Code:
for(new i; i<GetMaxPlayers(); i++)
{
PlayerData[i][pBan] = 0; //Replace with your actual variables.
return 1;
}

