new banned[MAX_PLAYERS];
banned[playerid] = 1;
if(banned[playerid] == 1) return SendClientMessage(...)
banned[playerid] = 0;