i think i've found out what causing this problem, its because i am
PHP Code:
if(fwMessage_clcorpse > -1) unregister_message(iMsg_ClCorpse, fwMessage_clcorpse); fwMessage_clcorpse = -1;
removing the clcorpse hook message, which will cause an invalid function call, because there's a delay on calling when someone dies, i think its an amx module bug.
__________________