hikashin-rae Posted May 16, 2016 Posted May 16, 2016 (edited) Hi guys how to hide on commands @who the viewed the administratos lvl99?like they can only view normal players and below 99.like lvl20 type@whothe lvl99 admin are not in list of who players. Edited June 2, 2016 by hikashin-rae Quote
0 Promise Posted May 16, 2016 Posted May 16, 2016 if (!((pc_has_permission(pl_sd, PC_PERM_HIDE_SESSION) || (pl_sd->sc.option & OPTION_INVISIBLE)) && pc_get_group_level(pl_sd) > level)) { // you can look only lower or same level This is a part of the @who command Quote
0 Emistry Posted May 17, 2016 Posted May 17, 2016 where could you find this by any chance?? src/map/atcommand.c Quote
Question
hikashin-rae
Hi guys how to hide on commands @who the viewed the administratos lvl99?
Edited by hikashin-raelike they can only view normal players and below 99.
like lvl20 type
@who
the lvl99 admin are not in list of who players.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.