public OnPlayerText(playerid, text[]) { for(new i=0;i <MAX_PLAYERS; i++) { if(ignore[i][playerid] == 1) { return 0; } } return 1; }