Thread: Chat-TimeStamps
View Single Post
alex123pavlov
Member
Join Date: Jun 2018
Location: Moscow
Old 06-16-2018 , 16:38   Re: Chat-TimeStamps
Reply With Quote #8

Quote:
Originally Posted by mug1wara View Post
Yes indeed, it can be done! There's an easier way in sourcemod, don't know if it works for css though. Try it:
PHP Code:
char szTime[16];

int iTime GetTime();

FormatTime(szTimesizeof(szTime), "%H:%M"iTime);

PrintToChatAll("The time is %s"szTime); 
what exactly to replace?
-
"v.1.0.2 - Added time to scoreboard, aswell as cvar for enabling / disabling it." does not work in cssource

Last edited by alex123pavlov; 06-16-2018 at 16:50.
alex123pavlov is offline