• How do i get the current time?
    5 replies, posted
Yeah, how do i get it?
[url]http://bit.ly/tGfoZA[/url] [highlight](User was banned for this post ("Let Me Google That For you" - Craptasket))[/highlight]
[url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexdd63.html[/url]
CurTime or os.time [CODE]local function GetTime() return os.time() end[/CODE]
[QUOTE=nettsam;43662286]CurTime or os.time [CODE]local function GetTime() return os.time() end[/CODE][/QUOTE] Alright thanks. And how would i put it on a vgui implying i already have a text?
[URL="http://www.lua.org/pil/22.1.html"]os.date("%X")[/URL]
Sorry, you need to Log In to post a reply to this thread.