added admin icons to 2011. localized icons 😂
This commit is contained in:
parent
108737794b
commit
57013daeec
12070
libraries2011.rbxm
12070
libraries2011.rbxm
File diff suppressed because it is too large
Load Diff
|
|
@ -11787,21 +11787,19 @@ local RbxGui
|
|||
|
||||
local ADMINS =
|
||||
{
|
||||
|
||||
iagoMAO = "http://roblox.com/asset?id=161974742",
|
||||
winsupermario1234 = "http://i.imgur.com/VpiJE1i.png",
|
||||
Carrot = "http://www.roblox.com/asset/?id=105897927",
|
||||
coke = 1,
|
||||
khanglegos = 1,
|
||||
QuackIAttack = 1,
|
||||
romulo27 = "http://orig01.deviantart.net/a10f/f/2013/041/b/6/orange_pixel_art_by_tllc-d5ugtdx.png",
|
||||
TheLivingBee = "http://i.imgur.com/SdYqM1C.png",
|
||||
iagoMAO = "rbxasset://textures/ui/admins/iagoMAO.png",
|
||||
winsupermario1234 = "rbxasset://textures/ui/admins/winsupermario1234.png",
|
||||
Carrot = "rbxasset://textures/ui/admins/carrot.png",
|
||||
coke = "rbxasset://textures/ui/admins/coke.png",
|
||||
khanglegos = "rbxasset://textures/ui/admins/khanglegos.png",
|
||||
QuackIAttack = "rbxasset://textures/ui/admins/QuackIAttack.png",
|
||||
romulo27 = "rbxasset://textures/ui/admins/romulo27.png",
|
||||
TheLivingBee = "rbxasset://textures/ui/admins/TheLivingBee.png",
|
||||
OliverA = 1,
|
||||
kinery = 1,
|
||||
Peridorky =1,
|
||||
Bitl = 1,
|
||||
Raymonf = "http://nobelium.xyz/Asset/?id=1045",
|
||||
|
||||
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
||||
}
|
||||
|
||||
local localTesting = true
|
||||
|
|
@ -12626,7 +12624,7 @@ if UserSettings and LoadLibrary then
|
|||
	function getMembershipTypeIcon(membershipType,playerName)
|
||||
	if ADMINS[playerName]~=nil then
|
||||
		if ADMINS[playerName] == 1 then
|
||||
			return "http://www.roblox.com/asset/?id=99727663"
|
||||
			return "rbxasset://textures/ui/admins/default.png"
|
||||
		else
|
||||
			return ADMINS[playerName]
|
||||
		end
|
||||
|
|
|
|||
|
|
@ -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 2012 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 2013 fully stable and work. 8)")
|
||||
script.Playerlist:clone().Parent = game.StarterGui
|
||||
script.Dialogs:clone().Parent = game.StarterGui
|
||||
script.Backpack:clone().Parent = game.StarterGui
|
||||
|
|
@ -23453,19 +23453,19 @@ t.Help =
|
|||
|
||||
local ADMINS =
|
||||
{
|
||||
iagoMAO = "http://roblox.com/asset?id=161974742",
|
||||
winsupermario1234 = "http://i.imgur.com/VpiJE1i.png",
|
||||
Carrot = "http://www.roblox.com/asset/?id=105897927",
|
||||
coke = 1,
|
||||
khanglegos = 1,
|
||||
QuackIAttack = 1,
|
||||
romulo27 = "http://orig01.deviantart.net/a10f/f/2013/041/b/6/orange_pixel_art_by_tllc-d5ugtdx.png",
|
||||
TheLivingBee = "http://i.imgur.com/SdYqM1C.png",
|
||||
iagoMAO = "rbxasset://textures/ui/admins/iagoMAO.png",
|
||||
winsupermario1234 = "rbxasset://textures/ui/admins/winsupermario1234.png",
|
||||
Carrot = "rbxasset://textures/ui/admins/carrot.png",
|
||||
coke = "rbxasset://textures/ui/admins/coke.png",
|
||||
khanglegos = "rbxasset://textures/ui/admins/khanglegos.png",
|
||||
QuackIAttack = "rbxasset://textures/ui/admins/QuackIAttack.png",
|
||||
romulo27 = "rbxasset://textures/ui/admins/romulo27.png",
|
||||
TheLivingBee = "rbxasset://textures/ui/admins/TheLivingBee.png",
|
||||
OliverA = 1,
|
||||
kinery = 1,
|
||||
Peridorky =1,
|
||||
Bitl = 1,
|
||||
Raymonf = "http://nobelium.xyz/Asset/?id=1045",
|
||||
Raymonf = "rbxasset://textures/ui/admins/Raymonf.png",
|
||||
}
|
||||
|
||||
--[[
|
||||
|
|
@ -23514,10 +23514,11 @@ 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
|
||||
			return "http://www.roblox.com/asset/?id=99727663"
|
||||
			return "rbxasset://textures/ui/admins/default.png"
|
||||
		else
|
||||
			return ADMINS[playerName]
|
||||
		end
|
||||
|
|
@ -23538,11 +23539,11 @@ local function getFriendStatusIcon(friendStatus)
|
|||
	if friendStatus == Enum.FriendStatus.Unknown or friendStatus == Enum.FriendStatus.NotFriend then
|
||||
		return ""
|
||||
	elseif friendStatus == Enum.FriendStatus.Friend then
|
||||
		return "http://www.roblox.com/asset/?id=99749771"
|
||||
		return "rbxasset://textures/ui/friend.png"
|
||||
	elseif friendStatus == Enum.FriendStatus.FriendRequestSent then
|
||||
		return "http://www.roblox.com/asset/?id=99776888"
|
||||
		return "rbxasset://textures/ui/friendrequestsent.png"
|
||||
	elseif friendStatus == Enum.FriendStatus.FriendRequestReceived then
|
||||
		return "http://www.roblox.com/asset/?id=99776838"
|
||||
		return "rbxasset://textures/ui/friendrequestreceived.png"
|
||||
	else
|
||||
		error("Unknown FriendStatus: " .. friendStatus)
|
||||
	end
|
||||
|
|
|
|||
Loading…
Reference in New Issue