rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
66 stars 32 forks source link

Time/Date Fix #360

Closed TovarischPootis closed 3 years ago

TovarischPootis commented 3 years ago

due to unix time not allowing time to go before 1970, NS couldn't set its time to pre-1970

This is fixed. Most of the code comes from Helix, so credit to them. I adapted the code to work with ns 1.1-beta Also added the ability to add custom date appendices for games that use a custom calendar.

Also various formatting/deprecation fixes