Here is your exact code color coded.....use small tags instead of code tags.
Do you see where you screwed up?
Code:
case 1:
{
if(is_user_admin(id)) {
client_print(id,print_chat,"text for admin ^"%s^ in here" has been used on you all",command)
}
}
case 2:
{
if(is_user_admin(id)) {
client_print(id,print_chat,"text for admin ^"%s^ in here" has been used on everybody",admin,command)
}
}