function getPlayerStatus() -- * should be added before you call the function
local admin = getElementData(localPlayer, "Status")
if admin then
return admin
else
return "Guest"
end
end
dxDrawText(getPlayerStatus(), x+522, y-5 + (c - 1) * 20, x + 425+35, y + (c) * 20, tocolor(0,0,0, 255), 1, "default-bold", "center", "center", false, false, false, true)
--
dxDrawText(getPlayerStatus(), x+522+2, y-5+2 + (c - 1) * 20, x + 425+35, y + (c) * 20, tocolor(255,255,255, 255), 1, "default-bold", "center", "center", false, false, false, true)