22.01.2012, 12:11
Ip is characters, not integer
pawn Код:
new ip[16];
GetPlayerIp(id, ip, sizeof(ip));
format(query, sizeof(query), "INSERT INTO `Banned` (`User`, `Reason`, `IP`) VALUES ('%s', '%s', '%s')", pname, reason, ip);
mysql_query(query);