fixed libraries
This commit is contained in:
parent
4bdc06fc8d
commit
283442e950
12061
libraries2011.rbxm
12061
libraries2011.rbxm
File diff suppressed because it is too large
Load Diff
|
|
@ -11798,7 +11798,7 @@ TheLivingBee = "rbxasset://textures/ui/admins/TheLivingBee.png",
|
|||
OliverA = 1,
|
||||
kinery = 1,
|
||||
Peridorky =1,
|
||||
Bitl = 1,
|
||||
Bitl = "rbxasset://textures/ui/admins/bitl.png",
|
||||
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<bool name="Disabled">false</bool>
|
||||
<Content name="LinkedSource"><null></null></Content>
|
||||
<string name="Name">Sorter</string>
|
||||
<ProtectedString name="Source">print("Special thanks to Bitl, Carrot, iago, winsupermario1234, Khangaroo, drslicendice, coke, TheLivingBee, Raymonf, and a bunch of play - testers for help making 2013 fully stable and work. 8)")
|
||||
<ProtectedString name="Source">print("Special thanks to Bitl, Carrot, iago, winsupermario1234, Khangaroo, drslicendice, coke, TheLivingBee, Raymonf, and a bunch of play - testers for help making 2012 fully stable and work. 8)")
|
||||
script.Playerlist:clone().Parent = game.StarterGui
|
||||
script.Dialogs:clone().Parent = game.StarterGui
|
||||
script.Backpack:clone().Parent = game.StarterGui
|
||||
|
|
@ -23464,7 +23464,7 @@ TheLivingBee = "rbxasset://textures/ui/admins/TheLivingBee.png",
|
|||
OliverA = 1,
|
||||
kinery = 1,
|
||||
Peridorky =1,
|
||||
Bitl = 1,
|
||||
Bitl = "rbxasset://textures/ui/admins/bitl.png",
|
||||
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
||||
}
|
||||
|
||||
|
|
@ -23514,7 +23514,6 @@ end
|
|||
	membershipType		Enum of membership status
|
||||
	@Return: 			string of image asset
|
||||
--]]
|
||||
|
||||
function getMembershipTypeIcon(membershipType,playerName)
|
||||
	if ADMINS[playerName]~=nil then
|
||||
		if ADMINS[playerName] == 1 then
|
||||
|
|
@ -23549,7 +23548,6 @@ local function getFriendStatusIcon(friendStatus)
|
|||
	end
|
||||
end
|
||||
|
||||
|
||||
--[[
|
||||
	Utility function to create buttons for the popup menus
|
||||
	@Args:
|
||||
|
|
|
|||
Loading…
Reference in New Issue