fixed shit
This commit is contained in:
parent
421809850a
commit
225afedb55
|
|
@ -718,8 +718,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||||
client.ConnectionRejected:connect(rejected)
|
client.ConnectionRejected:connect(rejected)
|
||||||
client.ConnectionFailed:connect(failed)
|
client.ConnectionFailed:connect(failed)
|
||||||
client:Connect(ServerIP,ServerPort, 0, 20)
|
client:Connect(ServerIP,ServerPort, 0, 20)
|
||||||
end)
|
end)
|
||||||
end
|
|
||||||
|
|
||||||
if not suc then
|
if not suc then
|
||||||
local x = Instance.new("Message")
|
local x = Instance.new("Message")
|
||||||
|
|
@ -727,6 +726,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||||
x.Parent = workspace
|
x.Parent = workspace
|
||||||
wait(math.huge)
|
wait(math.huge)
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function CSSolo(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,TorsoID,RArmID,LArmID,RLegID,LLegID,IconType)
|
function CSSolo(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,HeadID,TorsoID,RArmID,LArmID,RLegID,LLegID,IconType)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue