Prometheus - problem
honey
21.02.2010
Witam, mam problem z pluginem "Inteligentne hosty" a dokładnie z tym:
DEBUG:
Plugin: Prometheus - Nieoficjalny polski support AMX Mod X
Za usunięcie usterki w pluginie +
-------------------------------------------------
Plugin: http://forums.allied...ad.php?p=789735
Użytkownik honey edytował ten post 22.02.2010 15:26
L 02/21/2010 - 00:52:39: [FAKEMETA] Invalid entity
L 02/21/2010 - 00:52:39: [AMXX] Run time error 10 (plugin "prometheus.amxx") (native "pev") - debug not enabled!
L 02/21/2010 - 00:52:39: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
DEBUG:
[FAKEMETA] Invalid entity
[AMXX] Displaying debug trace (plugin "prometheus.amxx")
[AMXX] Run time error 10: native error (native "pev")
[AMXX] [0] prometheus.sma::fw_think (line 320)
Plugin: Prometheus - Nieoficjalny polski support AMX Mod X
Za usunięcie usterki w pluginie +
-------------------------------------------------
L 02/22/2010 - 14:04:01: Invalid player id 0 L 02/22/2010 - 14:04:01: [AMXX] Displaying debug trace (plugin "abd.amxx") L 02/22/2010 - 14:04:01: [AMXX] Run time error 10: native error (native "get_user_attacker") L 02/22/2010 - 14:04:01: [AMXX] [0] abd.sma::on_damage (line 37)
Plugin: http://forums.allied...ad.php?p=789735
Użytkownik honey edytował ten post 22.02.2010 15:26
bisser
21.02.2010
Włącz debugowanie dla tego pluga i error zniknie.
W plugins.ini wpis ma wyglądać tak: prometheus.amxx debug
Apropos masz odblokowany moduł fakemeta ?
Użytkownik bisser edytował ten post 21.02.2010 23:08
W plugins.ini wpis ma wyglądać tak: prometheus.amxx debug
Apropos masz odblokowany moduł fakemeta ?
Użytkownik bisser edytował ten post 21.02.2010 23:08
Ortega
21.02.2010
bisser,
Debugowanie samo nie naprawia błędu tylko pomaga w jego znalezieniu. Zapamiętaj to raz na zawsze i inni którzy mają wątpliwości.
mgr inż. Pavulon
21.02.2010
Znajdź:
// hook thinking, to do hostage calculations
Zamień na:
// hook thinking, to do hostage calculations
public fw_think(ent)
{
static Float:hOrigin[3];
pev(ent,pev_classname,classname,4);
// hook thinking, to do hostage calculations
Zamień na:
// hook thinking, to do hostage calculations
public fw_think(ent)
{
static Float:hOrigin[3];
if (!pev_valid(ent))
return FMRES_IGNORED;
pev(ent,pev_classname,classname,4);
honey
22.02.2010
Ok dzięki działa Pavulon ( łap + ), jeśli jeszcze można to zobaczcie 1 post edytowałem go




