it is working great!
Code: [Select]
in somewhere in your clientside's script!
Code: [Select]

pastebin - https://pastebin.com/YUZPZkxz
function Script::ScriptProcess()
{
local time = System.GetDate( System.GetTimestamp( ), 'r' );
::time[ "date" ].Text = time.hour +" : "+ time.min;
}
in somewhere in your clientside's script!
function labelcreator( pos, colour, resizable )
{
local ui = GUILabel( pos, colour, resizable );
return ui;
}
::time <-
{
date = labelcreator( VectorScreen( sX * 0.671, sY * 0.115 ), Colour( 255, 255, 255 ), true )
}
::timer[ "date" ].FontSize = sX * 0.025;

pastebin - https://pastebin.com/YUZPZkxz