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