help this eror plz mod cod mod
L 08/08/2013 - 13:56

9: [AMXX] Displaying debug trace (plugin "RedDewill.amxx")
L 08/08/2013 - 13:56

9: [AMXX] Run time error 10: native error (native "entity_get_int")
L 08/08/2013 - 13:56

9: [AMXX] [0] RedDewill.sma:

okazInformacje (line 5917)
L 08/08/2013 - 13:56

9: [ENGINE] Invalid entity 32
PHP Code:
public PokazInformacje(id)
{
id -= ZADANIE_POKAZ_INFORMACJE
set_task(0.1, "PokazInformacje", id + ZADANIE_POKAZ_INFORMACJE)
if(is_user_alive(id))
{
new target = entity_get_int(id, EV_INT_iuser2)
if(target == 0)
{
return PLUGIN_CONTINUE
}
__________________