0, "CreatorID" => 0 ]; if (isset($_GET["PlaceID"]) && is_numeric($_GET["PlaceID"])) { $Params->PlaceID = $_GET["PlaceID"]; $CreatorID = Database::singleton()->run("SELECT creator FROM assets WHERE type = 9 AND id = :PlaceID", [":PlaceID" => $Params->PlaceID]); if ($CreatorID->rowCount()) $Params->CreatorID = $CreatorID->fetchColumn(); } ob_start(); ?> pcall(function() game:SetCreatorID(CreatorID?>, Enum.CreatorType.User) end) pcall(function() game:GetService("SocialService"):SetFriendUrl("http:///Game/LuaWebService/HandleSocialRequest.ashx?method=IsFriendsWith&playerid=%d&userid=%d") end) pcall(function() game:GetService("SocialService"):SetBestFriendUrl("http:///Game/LuaWebService/HandleSocialRequest.ashx?method=IsBestFriendsWith&playerid=%d&userid=%d") end) pcall(function() game:GetService("SocialService"):SetGroupUrl("http:///Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=%d&groupid=%d") end) pcall(function() game:GetService("SocialService"):SetGroupRankUrl("http:///Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=%d&groupid=%d") end) pcall(function() game:GetService("SocialService"):SetGroupRoleUrl("http:///Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid=%d&groupid=%d") end) pcall(function() game:GetService("GamePassService"):SetPlayerHasPassUrl("http:///Game/GamePass/GamePassHandler.ashx?Action=HasPass&UserID=%d&PassID=%d") end)