←  Prośby o Klasę/Perk

AMXX.pl: Support AMX Mod X i SourceMod

»

Klasa
Proszę o klasę Sabbath (SuperPremium) flaga a


Best Answer Alelluja 27.07.2015 17:11

Proszę.

Go to the full post

  • +
  • -
SabberZ's Photo SabberZ 25.07.2015

Chciałbym żeby klasa miała takie staty:

 

Inteligencja: 20

Zdrowie: 40

Wytrzymałość: 50

Kondycja: 40

 

Opis: Ma 4 skoki, na nozu niewidzialny, 15 (+int) DMG z M4A1, 1/1 z HE

 

Bronie: M4A1,HE

 

Proszę o pliki klasy w załaczniku :lol:

Quote

  • +
  • -
klqs99's Photo klqs99 25.07.2015

na pewno flaga a? Jak komuś ją dasz to nie będziesz mógł go kicknąć/zbanować ani nic, tylko przez konsole serwera.

Attached Files


Edited by klqs99, 25.07.2015 18:25.
Quote

  • +
  • -
SabberZ's Photo SabberZ 27.07.2015

na pewno flaga a? Jak komuś ją dasz to nie będziesz mógł go kicknąć/zbanować ani nic, tylko przez konsole serwera.

 

Ja mam tego CoD Moda na botach i gram z bratem i botami takze wiesz :D

DUZY + za pomoc :D

 

 

Edit. Nie widzę w pliku .sma linijek odpowiedzialnych za Dmg + int czyli np takich jak u Amadeusza u mnie a wygląda ona tak:

 

public DmG(this, idinflictor, idattacker, Float:damage, damagebits)
{
    if(!is_user_connected(idattacker)) return HAM_IGNORED;
    
    if(!ma_klase[idattacker]) return HAM_IGNORED;
    
    if(get_user_team(this) != get_user_team(idattacker) && get_user_weapon(idattacker) == CSW_MP5NAVY && damagebits & DMG_BULLET)
        {
                SetHamParamFloat(4, damage+10+cod_get_user_intelligence(idattacker, 1, 1, 1))
                return HAM_HANDLED
        }

       

        return HAM_IGNORED;

}


Edited by SabberZ, 27.07.2015 10:50.
Quote

  • +
  • -
Alelluja's Photo Alelluja 27.07.2015

Ten kod jest odpowiedzialny za Dmg+int

 

SetHamParamFloat(4, damage+10+cod_get_user_intelligence(idattacker, 1, 1, 1))

Quote

  • +
  • -
SabberZ's Photo SabberZ 27.07.2015

Ten kod jest odpowiedzialny za Dmg+int

 

SetHamParamFloat(4, damage+10+cod_get_user_intelligence(idattacker, 1, 1, 1))

 

Tak i w klasie Sabbath tego nie widze
 

Quote

  • +
  • -
klqs99's Photo klqs99 27.07.2015

cod_inflict_damage(idattacker, this, 15.0, 1.0, idinflictor, damagebits);
Quote

  • +
  • -
Alelluja's Photo Alelluja 27.07.2015

Masz wgraj tą klase.

 

Spoiler

Quote

  • +
  • -
SabberZ's Photo SabberZ 27.07.2015

Masz wgraj tą klase.

 

Spoiler

 

A czy dałbyś rade to dla mnie skompilowac ?

Bo ja probowalem i nie dzialalo wcale klasy mi nie pokazywalo a zrobilem to tak ze to co podeslales wkleilem do notatnika i zrobilem z tego .sma a potem 2 raz do notatnika to dalem i zrobilem plik .amxx i nic.
 

Quote

  • +
  • -
Best Answer Alelluja's Photo Alelluja 27.07.2015

Proszę.

Attached Files

Quote