使用者在使用者選單按 'i' 可以隱形(如果沒有權限的話,要錢)
: ulist.c:ulist_cloak()
static int
ulist_cloak(xo) /* itoc.010908: 快速隱身 */
XO *xo;
{
+ if (!cuser.userlevel)
+ return XO_NONE;
if (HAS_PERM(PERM_CLOAK))
{
cuser.ufo ^= UFO_CLOAK;
cutmp->ufo = cuser.ufo;
- return ulist_init(xo);
}
+ else
+ {
+ DL_func("bin/bank.so:b_invis"); /* qazq.030719: 使用者選單快速隱身 */
+ }
- return XO_NONE;
+ return ulist_init(xo);
}
--
| Origin | 中興資科 中興資科 e資獨秀 bbs.cs.nchu.edu.tw
| Author | 61-216-139-67.HINET-IP.hinet.net