Mysql Trying 3 cases
#6

Okay just converted still not working :/
debug
pawn Код:
[23:27:32] UPDATE bans SET banby='Sasuke_Uchiha',bannick='Sasuke_Uchiha',banip='127.0.0.1',banon=UNIX_TIMESTAMP(),banexpire=UNIX_TIMESTAMP()+432000,banned=1,banperma=0,bandate=NOW() WHERE banid=7 LIMIT 1
code
pawn Код:
mysql_format(g_SQL, string, sizeof(string), "UPDATE bans SET banby='%e',bannick='%e',banip='%e',banon=UNIX_TIMESTAMP(),banexpire=UNIX_TIMESTAMP()+%d,banned=%d,banperma=%d,bandate=NOW() WHERE banid=%d LIMIT 1",BanInfo[ServerInfo[sCurrentBanID]][BanBy],BanInfo[ServerInfo[sCurrentBanID]][BanNick],BanInfo[ServerInfo[sCurrentBanID]][BanIP],BanInfo[ServerInfo[sCurrentBanID]][BanExpire],BanInfo[ServerInfo[sCurrentBanID]][Banned],BanInfo[ServerInfo[sCurrentBanID]][BanPerma],ServerInfo[sCurrentBanID]);
    print(string);
Reply


Messages In This Thread
Mysql Trying 3 cases - by AroseKhanNiazi - 01.07.2015, 12:55
Re: Mysql Trying 3 cases - by Suicidal.Banana - 01.07.2015, 13:08
Re: Mysql Trying 3 cases - by AroseKhanNiazi - 01.07.2015, 15:14
Re: Mysql Trying 3 cases - by Prokill911 - 01.07.2015, 15:41
Re: Mysql Trying 3 cases - by Suicidal.Banana - 01.07.2015, 16:32
Re: Mysql Trying 3 cases - by AroseKhanNiazi - 01.07.2015, 18:29
Re: Mysql Trying 3 cases - by Suicidal.Banana - 01.07.2015, 19:04
Re: Mysql Trying 3 cases - by AroseKhanNiazi - 01.07.2015, 19:41
Re: Mysql Trying 3 cases - by Suicidal.Banana - 01.07.2015, 21:41
Re: Mysql Trying 3 cases - by AroseKhanNiazi - 02.07.2015, 12:19

Forum Jump:


Users browsing this thread: 7 Guest(s)