fixed libraries
This commit is contained in:
parent
4bdc06fc8d
commit
283442e950
12069
libraries2011.rbxm
12069
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,
|
OliverA = 1,
|
||||||
kinery = 1,
|
kinery = 1,
|
||||||
Peridorky =1,
|
Peridorky =1,
|
||||||
Bitl = 1,
|
Bitl = "rbxasset://textures/ui/admins/bitl.png",
|
||||||
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<bool name="Disabled">false</bool>
|
<bool name="Disabled">false</bool>
|
||||||
<Content name="LinkedSource"><null></null></Content>
|
<Content name="LinkedSource"><null></null></Content>
|
||||||
<string name="Name">Sorter</string>
|
<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.Playerlist:clone().Parent = game.StarterGui
|
||||||
script.Dialogs:clone().Parent = game.StarterGui
|
script.Dialogs:clone().Parent = game.StarterGui
|
||||||
script.Backpack:clone().Parent = game.StarterGui
|
script.Backpack:clone().Parent = game.StarterGui
|
||||||
|
|
@ -23464,7 +23464,7 @@ TheLivingBee = "rbxasset://textures/ui/admins/TheLivingBee.png",
|
||||||
OliverA = 1,
|
OliverA = 1,
|
||||||
kinery = 1,
|
kinery = 1,
|
||||||
Peridorky =1,
|
Peridorky =1,
|
||||||
Bitl = 1,
|
Bitl = "rbxasset://textures/ui/admins/bitl.png",
|
||||||
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -23514,7 +23514,6 @@ end
|
||||||
	membershipType		Enum of membership status
|
	membershipType		Enum of membership status
|
||||||
	@Return: 			string of image asset
|
	@Return: 			string of image asset
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
function getMembershipTypeIcon(membershipType,playerName)
|
function getMembershipTypeIcon(membershipType,playerName)
|
||||||
	if ADMINS[playerName]~=nil then
|
	if ADMINS[playerName]~=nil then
|
||||||
		if ADMINS[playerName] == 1 then
|
		if ADMINS[playerName] == 1 then
|
||||||
|
|
@ -23549,7 +23548,6 @@ local function getFriendStatusIcon(friendStatus)
|
||||||
	end
|
	end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
	Utility function to create buttons for the popup menus
|
	Utility function to create buttons for the popup menus
|
||||||
	@Args:
|
	@Args:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue