addEventHandler( "onClientResourceStart", resourceRoot,
function ( )
GUIEditor.label[1] = guiCreateLabel(277, 221, 111, 15, "MY TEXT", false)
guiSetFont(GUIEditor.label[1], "default-bold-small")
guiLabelSetHorizontalAlign(GUIEditor.label[1], "left", true)
guiSetProperty(GUIEditor.label[1], "AlwaysOnTop", "True")
guiSetVisible ( GUIEditor.label[1], false )
GUIEditor.label[2] = guiCreateLabel(277, 261, 111, 15, "MY TEXT", false)
guiSetFont(GUIEditor.label[2], "default-bold-small")
guiSetProperty(GUIEditor.label[2], "AlwaysOnTop", "True")
guiSetVisible ( GUIEditor.label[2], false )
end
)