Sup guys, Zombie Extinguisher here
got a question for guys,
Would it be possible to freeze [ os.date( "[%I:%M:%S]" ) ], cause i would need a fixed value to appear somewhere (currently its updating when the value has already appeared )
thank you in advance, greetings Zombie
[QUOTE=timmybo5;44939055]Sup guys, Zombie Extinguisher here
got a question for guys,
Would it be possible to freeze [ os.date( "[%I:%M:%S]" ) ], cause i would need a fixed value to appear somewhere (currently its updating when the value has already appeared )
thank you in advance, greetings Zombie[/QUOTE]
save it as a variable in a function that isn't constantly being updated,
when do you want the date to update?
basically i want to use it for chat logs, so each time someone makes a new post
[QUOTE=timmybo5;44939092]basically i want to use it for chat logs, so each time someone makes a new post[/QUOTE]
Save it as a variable then when they send a message, there's a hook for it, "PlayerSay" if serverside
kk thanks a lot man !
Sorry, you need to Log In to post a reply to this thread.