View Single Post
Rugal
Senior Member
Join Date: Jun 2020
Location: Brazil
Old 03-13-2021 , 00:40   Re: Demo format plugin
Reply With Quote #3

Quote:
Originally Posted by NanoC View Post
Use this plugin:
https://forums.alliedmods.net/showthread.php?p=824438

But change line 228:
Code:
FormatTime(sTime, sizeof(sTime), "%Y%m%d-%H%M%S", GetTime());
to:
Code:
FormatTime(sTime, sizeof(sTime), "%d%m%Y-%H%M%S", GetTime());
then recompile the plugin
Is there any way to change the default name of the demos in the source code of this plugin?
If so, how to do it?
Rugal is offline