Why plugin authors use [33][32]? It's should [32][32] right? Since maxplayers in server is only 32.
Code example: The code is from admin check plugin
new adminnames[33][32]
this matrix is created with 33 rows and 32 columns to store names. Since max players are 32, the column 32 represents each player’s name. Why need 33 rows and why need 2D array?