/* Plugin generated by AMXX-Studio */ #include #include #include #include new sprite_white; new ilosc_apteczek_gracza[33]; new const nazwa[] = "Centurion ( Premium )"; new const opis[] = "Ma podwojny skok, dwie apteczki, Galil, AK47, Deagle i HE"; new const bronie = 1< 0) { if(entity_get_edict(id, EV_ENT_owner) == id) remove_entity(ent); ent = find_ent_by_class(ent, "medkit"); } } public plugin_precache() { sprite_white = precache_model("sprites/white.spr"); precache_model("models/w_medkit.mdl"); } public cod_class_enabled(id) { if(!(get_user_flags(id) & ADMIN_LEVEL_H)) { client_print(id, print_chat, "[Centurion] Nie masz uprawnien, aby uzywac tej klasy.") return COD_STOP; } ma_klase[id] = true; ilosc_apteczek_gracza[id] = 2; return COD_CONTINUE; }