/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <cstrike>
#include <codmod>
#include <hamsandwich>
#define DMG_BULLET (1<<1)
new const nazwa[] = "Assasin Creed";
new const opis[] = "1/1 z AWP, 20% obrazen z M4a1,";
new const bronie = 1<<CSW_AWP | 1<<CSW_M4A1;
new const zdrowie = 20;
new const kondycja = 30;
new const inteligencja = 0;
new const wytrzymalosc = 70;
new bool: ma_klase[33]
public plugin_init()
{
register_plugin(nazwa, "1.0", "Author");
cod_register_advance(cod_get_classid("Assasin"), 100, nazwa, opis, bronie, zdrowie, kondycja, inteligencja, wytrzymalosc);
RegisterHam(Ham_TakeDamage, "player", "TakeDamage");
}
public cod_class_enabled(id)
{
ma_klase[id] = true;
}
public cod_class_disabled(id)
{
ma_klase[id] = false
}
public TakeDamage(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_AWP && damagebits & DMG_BULLET)
cod_inflict_damage(idattacker, this, float(get_user_health(this))-damage+1.0, 0.0, idinflictor, damagebits);
return HAM_IGNORED;
}
public obrazenia(this, idinflictor, idattacker, Float:damage, damagebits)
{
new weapon = get_user_weapon(idattacker)
if(!is_user_connected(idattacker))
return HAM_IGNORED;
if(!ma_klase[idattacker])
return HAM_IGNORED;
if(ma_klase[idattacker] && weapon==CSW_M4A1){
SetHamParamFloat(3, damage+15.0)
return HAM_HANDLED
}
return HAM_IGNORED
}
Witamy w Nieoficjalnym polskim support'cie AMX Mod X
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.
|
kulig
Rejestracja: 16.11.2010Aktualnie: Nieaktywny
Poza forum Ostatnio: 03.10.2012 15:57
Statystyki
- Grupa: Użytkownik
- Całość postów: 35
- Odwiedzin: 3 055
- Tytuł: Życzliwy
- Wiek: 53 lat
- Urodziny: Lipiec 30, 1971
-
Płeć
Mężczyzna
-
Lokalizacja
nei wiem
Kontakt
Narzędzia użytkownika
Znajomi
kulig nie posiada znajomych
Moje tematy
[ROZWIĄZANE] Jak zrobić 1/1 z AWP oraz o 10% obrazen wiecej z M4
02.10.2012 18:56
crashe server + not debug enable
09.12.2011 19:42
L 12/09/2011 - 16:32:20: Start of error session.
L 12/09/2011 - 16:32:20: Info (map "de_rats_1337") (file "addons/amxmodx/logs/error_20111209.log")
L 12/09/2011 - 16:32:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 16:32:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 16:32:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 16:32:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 16:32:20: Unhandled dynamic native error
L 12/09/2011 - 16:32:20: [AMXX] Run time error 10 (plugin "codperk_nabojepulkownika.amxx") (native "cod_inflict_damage") - debug not enabled!
L 12/09/2011 - 16:32:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 16:32:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 16:32:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 16:32:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 16:32:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:37:20: Start of error session.
L 12/09/2011 - 18:37:20: Info (map "cs_assault") (file "addons/amxmodx/logs/error_20111209.log")
L 12/09/2011 - 18:37:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:37:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:37:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:37:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:37:20: Unhandled dynamic native error
L 12/09/2011 - 18:37:20: [AMXX] Run time error 10 (plugin "codperk_platynowenaboje.amxx") (native "cod_inflict_damage") - debug not enabled!
L 12/09/2011 - 18:37:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:37:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:37:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:37:20: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:37:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:40:45: Start of error session.
L 12/09/2011 - 18:40:45: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20111209.log")
L 12/09/2011 - 18:40:45: [AMXX] Plugin ("codperk_recemacbyvera.amxx") is setting itself as failed.
L 12/09/2011 - 18:40:45: [AMXX] Plugin says: Invalid weapon id 22
L 12/09/2011 - 18:40:45: [AMXX] Run time error 1 (plugin "codperk_recemacbyvera.amxx") - forced exit
L 12/09/2011 - 18:40:46: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:40:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:40:46: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:40:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:40:46: Unhandled dynamic native error
L 12/09/2011 - 18:40:46: [AMXX] Run time error 10 (plugin "codperk_platynowenaboje.amxx") (native "cod_inflict_damage") - debug not enabled!
L 12/09/2011 - 18:40:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:40:46: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:40:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:40:46: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:40:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:40:46: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:40:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 18:40:46: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 18:40:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:09:18: Start of error session.
L 12/09/2011 - 19:09:18: Info (map "de_rats_1337") (file "addons/amxmodx/logs/error_20111209.log")
L 12/09/2011 - 19:09:18: [AMXX] Plugin ("codperk_recemacbyvera.amxx") is setting itself as failed.
L 12/09/2011 - 19:09:18: [AMXX] Plugin says: Invalid weapon id 19
L 12/09/2011 - 19:09:18: [AMXX] Run time error 1 (plugin "codperk_recemacbyvera.amxx") - forced exit
L 12/09/2011 - 19:14:53: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:14:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:14:53: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:14:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:14:53: Unhandled dynamic native error
L 12/09/2011 - 19:14:53: [AMXX] Run time error 10 (plugin "codperk_platynowenaboje.amxx") (native "cod_inflict_damage") - debug not enabled!
L 12/09/2011 - 19:14:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:14:53: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:14:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:14:53: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:14:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:14:53: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:14:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:14:53: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:14:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:20:17: Start of error session.
L 12/09/2011 - 19:20:17: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20111209.log")
L 12/09/2011 - 19:20:17: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:20:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:20:17: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:20:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:20:17: Unhandled dynamic native error
L 12/09/2011 - 19:20:17: [AMXX] Run time error 10 (plugin "codperk_nabojekapitana.amxx") (native "cod_inflict_damage") - debug not enabled!
L 12/09/2011 - 19:20:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:20:17: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:20:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:20:17: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:20:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:20:17: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:20:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 12/09/2011 - 19:20:17: [AMXX] Run time error 3 (plugin "QTM_Codmod.amxx") - debug not enabled!
L 12/09/2011 - 19:20:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Jak zrobic by frakcja byla w hud i w /klasy
23.11.2011 15:40
Jak zrobić by frakcja byla w Hud oraz w /klasy? Frakcje dodalem Dark Gl Sposob I. Jak cos moge dac Sma
Jak dodać frakcję do Hud oraz do /klasy
23.11.2011 14:57
Jak dodać frakcję do Hud oraz do komendy /klasy w cod mod nowy. Dodam że frakcje dodawalem http://amxx.pl/topic...kcji-2-sposoby/ sposob I
bug kondycja po zmianie broni zmienia sie na narmalno
18.11.2011 18:56
- AMXX.pl: Support AMX Mod X i SourceMod
- → Przeglądanie profilu: Tematy: kulig
- Regulamin