Ulysses

General => Off-Topic => Topic started by: Max on February 27, 2008, 03:46:26 PM

Title: Removing "You belong to *insert user group here*" message
Post by: Max on February 27, 2008, 03:46:26 PM
Is there anyway you can remove this from appearing on your server when players join?
Title: Re: Removing "You belong to *insert user group here*" message
Post by: JamminR on February 27, 2008, 05:32:18 PM
Is there anyway you can remove this from appearing on your server when players join?

This is a Gmod engine message and not a ULX/ULib one.
There is a work around though. Make sure any groups/users in your gmod/settings/users.txt are registered in ULib instead.
Once you've used ulx adduser for all the people in your gmod/settings/users.txt, remove them from that file.

This could cause problems for scripts that don't use IsAdmin, IsSuperadmin or IsUserGroup though and read from the gmod users.txt file directly.

Why would you want it removed though?