dawnlodetext1 = "Totalny RPG" --- the text up
dawnlodetext2 = "Trwa pobieranie zasobow serwera" --- the text in medium
dis = textCreateDisplay()
screentext = textCreateTextItem (dawnlodetext1, 0.5, 0.1, 2, 255,255,255, 255, 5, "center", "center",127 )
textDisplayAddText(dis,screentext)
dis1 = textCreateDisplay()
screentext1 = textCreateTextItem(dawnlodetext2, 0.5, 0.5, 2, 255,255,255, 255, 4.4, "center", "center",127 )
textDisplayAddText(dis1,screentext1)