Put at OnPlayerSpawn:
if(classid == 1 || classid == 2 || classid == 3 || classid == 4) {
SendClientMessage(playerid,COLOR_YELLOW,"*** You have spawned as a law enforcement person.");
}
if(classid == 11) {
SendClientMessage(playerid,COLOR_YELLOW,"*** You have spawned as a criminal.");
}