new jailed[MAX_PLAYERS]; // Global variable
jailed[id] = 1; // Id which were jailed
if(jailed[playerid]== 1) return SendClientMessage(...);