popraw sobie:
public cod_class_enabled(id) { new identyfikator[33]; get_user_authid(id, identyfikator, 32); ColorChat(id, RED, "^x04Klasa^x03 %s^x04 By^x01 amxx.pl", nazwa); //Gdy gracz nie ma flagi wyświetli mu komunikat if(!equal(identyfikator, "STEAM_0:0:15108842")); //FLAGA { ColorChat(id, RED, "^x03[%s]^x04 Jest^x03 klasa premium", nazwa) //Znowu info ze przykładowa klasa jest PREMIUM return COD_STOP; } ilosc_apteczek_gracza[id] = 2; give_item(id, "weapon_flashbang"); ma_klase[id] = true; return COD_CONTINUE; }