make servers not show a save place message
This commit is contained in:
parent
eb67d04f59
commit
8766ef799e
|
|
@ -223,6 +223,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
Server = game:GetService("NetworkServer")
|
Server = game:GetService("NetworkServer")
|
||||||
RunService = game:GetService("RunService")
|
RunService = game:GetService("RunService")
|
||||||
PlayerService = game:GetService("Players")
|
PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
Server:start(Port, 20)
|
Server:start(Port, 20)
|
||||||
RunService:run()
|
RunService:run()
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
|
|
|
||||||
|
|
@ -223,6 +223,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
Server = game:GetService("NetworkServer")
|
Server = game:GetService("NetworkServer")
|
||||||
RunService = game:GetService("RunService")
|
RunService = game:GetService("RunService")
|
||||||
PlayerService = game:GetService("Players")
|
PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
Server:start(Port, 20)
|
Server:start(Port, 20)
|
||||||
RunService:run()
|
RunService:run()
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
|
|
|
||||||
|
|
@ -273,6 +273,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
Server = game:service("NetworkServer")
|
Server = game:service("NetworkServer")
|
||||||
RunService = game:service("RunService")
|
RunService = game:service("RunService")
|
||||||
PlayerService = game:service("Players")
|
PlayerService = game:service("Players")
|
||||||
|
game:service("Visit"):setUploadUrl("")
|
||||||
Server:start(Port, 20)
|
Server:start(Port, 20)
|
||||||
RunService:run()
|
RunService:run()
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
|
|
|
||||||
|
|
@ -319,6 +319,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
Server = game:GetService("NetworkServer")
|
Server = game:GetService("NetworkServer")
|
||||||
RunService = game:GetService("RunService")
|
RunService = game:GetService("RunService")
|
||||||
PlayerService = game:GetService("Players")
|
PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
Server:start(Port, 20)
|
Server:start(Port, 20)
|
||||||
RunService:run()
|
RunService:run()
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
|
|
|
||||||
|
|
@ -319,6 +319,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
Server = game:GetService("NetworkServer")
|
Server = game:GetService("NetworkServer")
|
||||||
RunService = game:GetService("RunService")
|
RunService = game:GetService("RunService")
|
||||||
PlayerService = game:GetService("Players")
|
PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
Server:start(Port, 20)
|
Server:start(Port, 20)
|
||||||
RunService:run()
|
RunService:run()
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
|
|
|
||||||
|
|
@ -415,6 +415,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
game.Workspace:InsertContent("rbxasset://Fonts//libraries.rbxm")
|
game.Workspace:InsertContent("rbxasset://Fonts//libraries.rbxm")
|
||||||
PlayerService = game:GetService("Players")
|
PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
if (showServerNotifications) then
|
if (showServerNotifications) then
|
||||||
PlayerService.MaxPlayers = PlayerLimit + 1
|
PlayerService.MaxPlayers = PlayerLimit + 1
|
||||||
--create a fake player to record connections and disconnections
|
--create a fake player to record connections and disconnections
|
||||||
|
|
|
||||||
|
|
@ -475,6 +475,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
game.Workspace:InsertContent("rbxasset://Fonts//libraries.rbxm")
|
game.Workspace:InsertContent("rbxasset://Fonts//libraries.rbxm")
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
PlayerService = game:GetService("Players")
|
PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
if (showServerNotifications) then
|
if (showServerNotifications) then
|
||||||
PlayerService.MaxPlayers = PlayerLimit + 1
|
PlayerService.MaxPlayers = PlayerLimit + 1
|
||||||
--create a fake player to record connections and disconnections
|
--create a fake player to record connections and disconnections
|
||||||
|
|
|
||||||
|
|
@ -475,6 +475,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
local NetworkServer=game:GetService("NetworkServer")
|
local NetworkServer=game:GetService("NetworkServer")
|
||||||
local RunService = game:GetService("RunService")
|
local RunService = game:GetService("RunService")
|
||||||
local PlayerService = game:GetService("Players")
|
local PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
pcall(NetworkServer.Stop,NetworkServer)
|
pcall(NetworkServer.Stop,NetworkServer)
|
||||||
NetworkServer:Start(Port)
|
NetworkServer:Start(Port)
|
||||||
|
|
|
||||||
|
|
@ -475,6 +475,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
local NetworkServer=game:GetService("NetworkServer")
|
local NetworkServer=game:GetService("NetworkServer")
|
||||||
local RunService = game:GetService("RunService")
|
local RunService = game:GetService("RunService")
|
||||||
local PlayerService = game:GetService("Players")
|
local PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
pcall(NetworkServer.Stop,NetworkServer)
|
pcall(NetworkServer.Stop,NetworkServer)
|
||||||
NetworkServer:Start(Port)
|
NetworkServer:Start(Port)
|
||||||
|
|
|
||||||
|
|
@ -493,6 +493,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
local NetworkServer=game:GetService("NetworkServer")
|
local NetworkServer=game:GetService("NetworkServer")
|
||||||
local RunService = game:GetService("RunService")
|
local RunService = game:GetService("RunService")
|
||||||
local PlayerService = game:GetService("Players")
|
local PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
pcall(NetworkServer.Stop,NetworkServer)
|
pcall(NetworkServer.Stop,NetworkServer)
|
||||||
NetworkServer:Start(Port)
|
NetworkServer:Start(Port)
|
||||||
|
|
|
||||||
|
|
@ -484,6 +484,7 @@ function CSServer(Port,PlayerLimit,ClientEXEMD5,LauncherMD5,ClientScriptMD5,Noti
|
||||||
local NetworkServer=game:GetService("NetworkServer")
|
local NetworkServer=game:GetService("NetworkServer")
|
||||||
local RunService = game:GetService("RunService")
|
local RunService = game:GetService("RunService")
|
||||||
local PlayerService = game:GetService("Players")
|
local PlayerService = game:GetService("Players")
|
||||||
|
game:GetService("Visit"):SetUploadUrl("")
|
||||||
showServerNotifications = Notifications
|
showServerNotifications = Notifications
|
||||||
pcall(NetworkServer.Stop,NetworkServer)
|
pcall(NetworkServer.Stop,NetworkServer)
|
||||||
NetworkServer:Start(Port)
|
NetworkServer:Start(Port)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue