Monthly Server Events

Posted by RandomNICK
In my game I added a feature in which every month there will be a monthly challenge for players to participate in... but obviously I need a way for it to configure a monthly system since there will be more than one challenge. Is there any way I can do this with GM Server? Like make it so GM Server will check the month and assign a code if it is that month. Maybe with the Server INI use somehow but I'm not sure. I don't want to use regular GameMaker time checking values because I know people can just edit their time/date and abuse the system... so I was wondering if there was any way to do this.

I'm also using GM8.1 btw.

Replies (1)

Last message on 9 Apr 2016

Size43 (Administrator) on 9 Apr 2016, 21:03:41
There's a script for that :)

gms_time does exactly what you want.