Code:
daredevil_esp(id)
}
}
//----------------------------------------------------------------------------------------------
public daredevil_esp( id, pid )
It looks like you are pushing one argument into the stack and the function is expecting two. The stack underflow could mean it is looking for more in the stack and not seeing it.
__________________