Update gameserver.php

This commit is contained in:
Thomas G 2022-07-11 03:32:10 +10:00
parent 222733cb84
commit edc23c3dcf
1 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,9 @@ $rbxl = addslashes($_GET["rbxl"]);
ob_start(); ob_start();
?> ?>
-- Start Game Script Arguments
-- FIX MISSING TEXTURES by @THOMAS -- test
local assetPropertyNames = {"Texture", "TextureId", "SoundId", "MeshId", "SkyboxUp", "SkyboxLf", "SkyboxBk", "SkyboxRt", "SkyboxFt", "SkyboxDn", "PantsTemplate", "ShirtTemplate", "Graphic", "Frame", "ImageLabel", "GuiMain", "Image", "LinkedSource", "AnimationId"} local assetPropertyNames = {"Texture", "TextureId", "SoundId", "MeshId", "SkyboxUp", "SkyboxLf", "SkyboxBk", "SkyboxRt", "SkyboxFt", "SkyboxDn", "PantsTemplate", "ShirtTemplate", "Graphic", "Frame", "ImageLabel", "GuiMain", "Image", "LinkedSource", "AnimationId"}
local variations = {"http://www%.roblox%.com/asset/%?id=", "http://www%.roblox%.com/asset%?id=", "http://%.roblox%.com/asset/%?id=", "http://%.roblox%.com/asset%?id="} local variations = {"http://www%.roblox%.com/asset/%?id=", "http://www%.roblox%.com/asset%?id=", "http://%.roblox%.com/asset/%?id=", "http://%.roblox%.com/asset%?id="}
@ -44,8 +45,6 @@ for i, v in pairs(GetDescendants(game)) do
end end
end end
-- Start Game Script Arguments
------------------- UTILITY FUNCTIONS -------------------------- ------------------- UTILITY FUNCTIONS --------------------------
local cdnSuccess = 0 local cdnSuccess = 0