Hiding 'group' name (groups.conf)

anjasoleil0

New member
Messages
77
Points
0
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)

 
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

 
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!

 
Last edited by a moderator:
@@anjasoleil0

mark topic as solved
default_tongue.png


 
Back
Top