case 3: { if(kasa >= 12000) { if(get_user_flags(id) & ADMIN_LEVEL_H) { cs_set_user_money(id, kasa-12000); set_user_health(id, get_user_health(id)+100); client_print(id, print_chat, "[Sklep] Kupiles dodatkowe 100HP!"); } else client_print(id, print_chat, "[Sklep] Nie jestes VIP'em zeby kupic +100 HP !"); } if(kasa < 12000) client_print(id, print_chat, "[Sklep] Masz za malo kasy!"); }