nvm clients load now :D
This commit is contained in:
parent
2a2d2e24c0
commit
5f29c8969f
|
|
@ -1203,7 +1203,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
|||
local isAdmin = Instance.new("BoolValue")
|
||||
isAdmin.Parent = Player
|
||||
isAdmin.Name = "isAdmin"
|
||||
isAdmin.Value = "" .. IsAdminUser .. ""
|
||||
isAdmin.Value = IsAdminUser
|
||||
else
|
||||
pcall(function() game:SetPlaceID(-1, false) end)
|
||||
|
||||
|
|
@ -1224,7 +1224,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
|||
local isAdmin = Instance.new("BoolValue")
|
||||
isAdmin.Parent = player
|
||||
isAdmin.Name = "isAdmin"
|
||||
isAdmin.Value = "" .. IsAdminUser .. ""
|
||||
isAdmin.Value = IsAdminUser
|
||||
end)
|
||||
|
||||
local function dieerror(errmsg)
|
||||
|
|
|
|||
|
|
@ -95,9 +95,9 @@
|
|||
//
|
||||
this.checkBox4.Location = new System.Drawing.Point(5, 106);
|
||||
this.checkBox4.Name = "checkBox4";
|
||||
this.checkBox4.Size = new System.Drawing.Size(182, 20);
|
||||
this.checkBox4.Size = new System.Drawing.Size(192, 20);
|
||||
this.checkBox4.TabIndex = 34;
|
||||
this.checkBox4.Text = "Client has \"rocky\" packet errors";
|
||||
this.checkBox4.Text = "Use Sudppipe (RECCOMENDED)";
|
||||
this.checkBox4.UseVisualStyleBackColor = true;
|
||||
this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged);
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue