11.04.2013, 17:07
Quote:
Date: It looks like your conversion from Unix timestamp to date is failing.
IP: Are you sure you didn't store the IP as an integer? GetPlayerIp returns the IP as a string in case you didn't know |
pawn Код:
enum E_BAN_INFO
{
bBanIndex,
bBannedPlayer[MAX_PLAYER_NAME],
bBanIssuer[MAX_PLAYER_NAME],
bBanReason[128],
bUNIXExpire,
bUNIXBan,
bBannedIP[30]
};
new BanInfo[MAX_BANS][E_BAN_INFO];