I think I got why, BannedBy, BanReason should be strings,
in the enum,
pawn Код:
BannedBy[MAX_PLAYER_NAME], BanReason[20],
Try debugging the unban time to see if it's saving and loading right results, though I think there's nothing wrong with it, it gives the correct timestamp plus the seconds you added
God i'm stupid, I suspect you're correct I'll go ahead and try it out.