|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#3 (permalink) |
|
Newbie
Join Date: Nov 2003
Posts: 60
|
May someone look at this pls ?
using System; using Server; namespace Server.Misc { public class ClientVerification { public static void Initialize() { //ClientVersion.Required = null; ClientVersion.Required = new ClientVersion( "4.0.1a" ); ClientVersion.AllowGod = true; ClientVersion.AllowUOTD = true; ClientVersion.AllowRegular = true; ClientVersion.KickDelay = TimeSpan.FromSeconds( 10.0 ); } } } |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|