This library contains a bunch of utlitiy functions for Dates and Times. See the list here(Still incomplete).
It's very simple, just place the DateUtil.inc inside of your includes folder like this:
- pawno
- includes
- DateUtil.inc
and include it into your gamemode or filterscript like this:
#include <DateUtil>
You might get these errors because your code is outdated, to fix the problem try the following.
Add this:
#define USE_BWC
in front of this:
#include <DateUtil>
doing that will automatically include the backwards compatibility include, if it exists.
If you happen to find any bugs or are encountering any problems, create an issue