self resolved, removed the check, if user killerid was not alive, returning plugin_continue
Code:
if (!is_user_alive(killerid) || !is_user_connected(victimid))
return PLUGIN_CONTINUE
EDIT: still open, temporary fix, it isnt lasting
edit2: fixed, in my else case, I wasnt subtracting lifeloss if the player was dying
__________________