Nazwa: Terrorysta [Premium]
Opis: Posiada 20 obrazen wiecej z AK47, 1/4 z HE oraz skok w powietrzu
Statystyki:
Int 30
Zdrowie 20
Wytrzymalosc 5
Kondycja 30
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Napisano 25.10.2014 19:51
include <amxmodx> #include <amxmisc> #include <codmod> #include <fakemeta> #include <hamsandwich> #include <fun> #define DMG_BULLET (1<<1) new const nazwa[] = "Terrorysta [Premium]"; new const opis[] = "Posiada 20 obrazen wiecej z AK47, 1/4 z HE oraz skok w powietrzu"; new const bronie = (1<<CSW_HEGRENADE)|(1<<CSW_AK47); new const zdrowie = 20; new const kondycja = 30; new const inteligencja = 30; new const wytrzymalosc = 5; new skoki[33]; new ma_klase[33]; public plugin_init() { register_plugin(nazwa, "1.0", "amxx.pl"); cod_register_class(nazwa, opis, bronie, zdrowie, kondycja, inteligencja, wytrzymalosc); register_forward(FM_CmdStart, "fwCmdStart_MultiJump"); RegisterHam(Ham_TakeDamage, "player", "TakeDamage"); } public cod_class_enabled(id) { if(!(get_user_flags(id) & ADMIN_LEVEL_D)) { client_print(id, print_chat, "[Terrorysta [Premium]] Nie masz uprawnien, aby uzywac tej klasy.") return COD_STOP; } give_item(id, "weapon_hegrenade"); ma_klase[id] = true; return COD_CONTINUE; } public cod_class_disabled(id) { ma_klase[id] = false; } public fwCmdStart_MultiJump(id, uc_handle) { if(!is_user_alive(id) || !ma_klase[id]) return FMRES_IGNORED; new flags = pev(id, pev_flags); if((get_uc(uc_handle, UC_Buttons) & IN_JUMP) && !(flags & FL_ONGROUND) && !(pev(id, pev_oldbuttons) & IN_JUMP) && skoki[id]) { skoki[id]--; new Float:velocity[3]; pev(id, pev_velocity,velocity); velocity[2] = random_float(265.0,285.0); set_pev(id, pev_velocity,velocity); } else if(flags & FL_ONGROUND) skoki[id] = 1; return FMRES_IGNORED; } public TakeDamage(this, idinflictor, idattacker, Float:damage, damagebits) { if(!is_user_connected(idattacker)) return HAM_IGNORED; if(!ma_klase[idattacker]) return HAM_IGNORED; if(damagebits & DMG_BULLET) { new weapon = get_user_weapon(idattacker); if(weapon == CSW_HEGRENADE && damage > 20.0 && random_num(1,4) == 1) cod_inflict_damage(idattacker, this, float(get_user_health(this))-damage+1.0, 0.0, idinflictor, damagebits); if(get_user_team(this) != get_user_team(idattacker) && get_user_weapon(idattacker) == CSW_AK47 && damagebits & DMG_BULLET) cod_inflict_damage(idattacker, this, 20.0, 0.0, idinflictor, damagebits); } return HAM_IGNORED; }
Napisano 25.10.2014 21:12
łap
Napisano 26.10.2014 13:21
Klasa
Klasa wampirNapisany przez Rafii, 16.03.2025 ![]() |
|
![]() |
|||
CoD Nowy
Moc Medyka - problemPugin mocmedyka włącza się w klasie w której nie powinien Napisany przez scythe1, 09.02.2023 ![]() |
|
![]() |
|||
![]() |
Klasa
[ROZWIĄZANE] poźba o klase odrodzenieNapisany przez Anonimowy09, 03.02.2023 ![]() |
|
![]() |
||
Klasa
Poszukuje KlasNapisany przez Aquamarina, 03.01.2023 ![]() |
|
![]() |
|||
![]() |
Klasa
[KOSZ] klasaklasa Napisany przez Anonimowy09, 30.12.2022 ![]() |
|
![]() |
0 użytkowników, 0 gości, 0 anonimowych