local CLIENT = isElement(localPlayer); Global = {} function outputNotification(...) if CLIENT then local Type, Message = ... return exports['infobox']:dxDrawNotification(Message, Type) else local Element, Type, Message = ... return exports['infobox']:dxDrawNotification(Element, Message, Type) end end settings = { screenID = 3907, } loadstring(exports['nc_libraries']:extend('Extend'), 'Require')() Require('Element') Require('Thread') Require('Infos') if (isClient) then AsyncElements = Require('Interface/AsyncElements') AsyncElements:Constructor() Textures = Require('Interface/Textures') Textures:Constructor() Animation = Require('Interface/Animation') Bottons = Require('Interface/Bottons') Bottons:Constructor() local _tocolor = tocolor; function tocolor(r, g, b, a) if not a then a = 1; end return _tocolor(r, g, b, math.clamp(a * 255, 0, 255)) end _G.rgba = tocolor; end