mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
accurate MP ui
This commit is contained in:
parent
950a5f6386
commit
7c1d91c488
@ -430,8 +430,6 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||
client.ConnectionRejected:connect(rejected)
|
||||
client.ConnectionFailed:connect(failed)
|
||||
client:Connect(ServerIP,ServerPort, 0, 20)
|
||||
game.GuiRoot.MainMenu["Toolbox"]:Remove()
|
||||
game.GuiRoot.MainMenu["Edit Mode"]:Remove()
|
||||
end)
|
||||
|
||||
if not suc then
|
||||
|
@ -430,8 +430,6 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||
client.ConnectionRejected:connect(rejected)
|
||||
client.ConnectionFailed:connect(failed)
|
||||
client:Connect(ServerIP,ServerPort, 0, 20)
|
||||
game.GuiRoot.MainMenu["Toolbox"]:Remove()
|
||||
game.GuiRoot.MainMenu["Edit Mode"]:Remove()
|
||||
end)
|
||||
|
||||
if not suc then
|
||||
|
@ -522,8 +522,6 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||
client.ConnectionRejected:connect(rejected)
|
||||
client.ConnectionFailed:connect(failed)
|
||||
client:Connect(ServerIP,ServerPort, 0, 20)
|
||||
game.GuiRoot.MainMenu["Tools"]:Remove()
|
||||
game.GuiRoot.MainMenu["Insert"]:Remove()
|
||||
end)
|
||||
|
||||
if not suc then
|
||||
|
@ -594,8 +594,6 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||
client.ConnectionRejected:connect(rejected)
|
||||
client.ConnectionFailed:connect(failed)
|
||||
client:Connect(ServerIP,ServerPort, 0, 20)
|
||||
game.GuiRoot.MainMenu["Tools"]:Remove()
|
||||
game.GuiRoot.MainMenu["Insert"]:Remove()
|
||||
end)
|
||||
|
||||
if not suc then
|
||||
|
@ -625,8 +625,6 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||
pcall(function() Player:SetAccountAge(365) end)
|
||||
Player:SetSuperSafeChat(false)
|
||||
Player.CharacterAppearance=0
|
||||
game.GuiRoot.MainMenu["Tools"]:Remove()
|
||||
game.GuiRoot.MainMenu["Insert"]:Remove()
|
||||
pcall(function() Visit:SetUploadUrl("") end)
|
||||
end
|
||||
|
||||
|
@ -625,8 +625,6 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||
pcall(function() Player:SetAccountAge(365) end)
|
||||
Player:SetSuperSafeChat(false)
|
||||
Player.CharacterAppearance=0
|
||||
game.GuiRoot.MainMenu["Tools"]:Remove()
|
||||
game.GuiRoot.MainMenu["Insert"]:Remove()
|
||||
pcall(function() Visit:SetUploadUrl("") end)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user