$db->query("INSERT INTO {$tablepre}chat (type,`time`,send,recv,msg) VALUES ('2','$now','【幻境自检】','','检测到未经授权的地图物品!')");
}else{
# Nothing happens, you just self destruct.
$log.="你的身体在高空中炸成了一片烟花,<br>
给虚拟幻境的天空带来了五彩的红霞。<br>
大家看到这祥瑞的天象,纷纷露出了笑容。<br>
这大概就是……「笑容世界」吧。<br>
大逃杀真是塔洛西啊!<br>";
}
# Then we kill you to end everything.
include_onceGAME_ROOT.'./include/state.func.php';
death('sdestruct','',0,$itm);
# But wait, since you exploded, you can't leave a body!
$db->query("UPDATE {$tablepre}players SET weps='0',arbs='0',arhs='0',aras='0',arfs='0',arts='0',itms0='0',itms1='0',itms2='0',itms3='0',itms4='0',itms5='0',itms6='0',money='0' WHERE pid = {$pid} ");