Dialog gives wrong information
#4

Quote:
Originally Posted by Jakku
Посмотреть сообщение
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
Yea, I save it into a string.
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];
Reply


Messages In This Thread
Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 16:37
Re: Dialog gives wrong information - by LetsOWN[PL] - 11.04.2013, 17:04
Re: Dialog gives wrong information - by Jakku - 11.04.2013, 17:04
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 17:07
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 19:56
Re: Dialog gives wrong information - by ReVo_ - 11.04.2013, 19:58
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 20:01
Re: Dialog gives wrong information - by Scenario - 11.04.2013, 20:16
Re: Dialog gives wrong information - by ReVo_ - 11.04.2013, 20:21
Re: Dialog gives wrong information - by SomebodyAndMe - 11.04.2013, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)