03.01.2014, 18:40
So, I got this database along with this game-mode, many people are unable to join since there's a lot of banned fields in over 10000 players with Banned = 1 how to change it all to Banned = 0?
for(new i; i<GetMaxPlayers(); i++) { PlayerData[i][pBan] = 0; //Replace with your actual variables. return 1; }