anjasoleil0 0 Posted May 24, 2015 Hi~ I wanna hide the 'group' name for one specific group. but I don't wanna use hide_session for I want them to appear on the @who command, I just want them to look like other players~ and not display the groupname: Quake (Police) Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted May 25, 2015 edit messages.conf 344: (%s) or edit atcommand.c if (pc_get_group_id(pl_sd) > 0) // Player title, if exists StrBuf->Printf(&buf, msg_fd(fd,344), pcg->get_name(pl_sd->group)); // "(%s) " and recompile Quote Share this post Link to post Share on other sites
0 anjasoleil0 0 Posted May 26, 2015 (edited) edit messages.conf 344: (%s) or edit atcommand.c if (pc_get_group_id(pl_sd) > 0) // Player title, if exists StrBuf->Printf(&buf, msg_fd(fd,344), pcg->get_name(pl_sd->group)); // "(%s) " and recompile Thank you! Edited May 26, 2015 by anjasoleil0 Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted May 26, 2015 @@anjasoleil0 mark topic as solved Quote Share this post Link to post Share on other sites
0 anjasoleil0 0 Posted May 28, 2015 @@anjasoleil0 mark topic as solved Uhm... How do I do that? Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted May 28, 2015 @@anjasoleil0 mark topic as solved Uhm... How do I do that? 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
Hi~ I wanna hide the 'group' name for one specific group. but I don't wanna use hide_session for I want them to appear on the @who command, I just want them to look like other players~ and not display the groupname: Quake (Police)
Share this post
Link to post
Share on other sites