PHP Code:
public plugin_end()
{
nvault_close(g_vault);
}
Gives the error
Code:
L 04/09/2011 - 00:27:39: [AMXX] Run time error 10 (plugin "bulletmod.amxx") (native "nvault_close")
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;
}
}
L04/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] bulletmod.sma::ShowInformation (line 1496)
L 04/06/2011 - 19:48:58: [ENGINE] Invalid entity 18
__________________