Hi i have got private server but some players use badwords
How can ban player?
Thanks
09/23/2011 16:01ismokedrow#2
set auth_ok to 0 in the dbo.accounts under Auth this will tell the Auth Server they are no allowed to login. You can also set block to 1 this will provide the same measure I am pretty sure.
09/23/2011 16:04shredderlady#3
Another way to block the server need to close it yet?
Editing auth but server close ... Do not have another way to
09/23/2011 16:36Yunchen#4
UPDATE [Auth].[dbo].[Accounts]
SET [block] = '1'
WHERE [login_name] = 'name of account'
GO
09/24/2011 06:09wisp66#5
if your using repack 1.3 check there ip in auth and just check block