Can someone help me with this?
PHP Code:
L 04/06/2011 - 19:48:58: [AMXX] Run time error 10: native error (native "entity_get_int")
L 04/06/2011 - 19:48:58: [AMXX] [0] cod_mw.sma::ShowInformation (line 1496)
L 04/06/2011 - 19:48:58: [ENGINE] Invalid entity 18
PHP Code:
public ShowInformation(id)
{
if(!is_user_alive(id))
{
new target = entity_get_int(id, EV_INT_iuser2);
if(target == 0)
return PLUGIN_CONTINUE;
}
}
__________________