no , but i can create this with the sintaxis of the wiki for race ?
look this :
timeleftbg = guiCreateStaticImage(screenWidth/2-108/2, 15, 108, 24, 'img/timeleft.png', false, nil),
timeleft = guiCreateLabel(screenWidth/2-108/2, 19, 108, 30, '', false),
timepassed = guiCreateLabel(screenWidth - 78, screenHeight - 29, 100, 30, '', false),
healthbar = FancyProgress.create(250, 1000, 'img/progress_health_bg.png', -65, 60, 123, 30, 'img/progress_health.png', 8, 8, 108, 16),
speedbar = FancyProgress.create(0, 1.5, 'img/progress_speed_bg.png', -65, 90, 123, 30, 'img/progress_speed.png', 8, 8, 108, 16),
}
myFont = guiCreateFont( "28d.ttf", 20 )
guiSetFont(g_GUI.timeleft, 'myFont')