Help mysql error
#1

C:\Documents and Settings\Administrator\Desktop\0SUNUCU\pawno\inclu de\mysql.inc(124) : error 021: symbol already defined: "mysql_connect"
C:\Documents and Settings\Administrator\Desktop\0SUNUCU\pawno\inclu de\mysql.inc(124) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrator\Desktop\0SUNUCU\pawno\inclu de\mysql.inc(124) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrator\Desktop\0SUNUCU\pawno\inclu de\mysql.inc(124) : fatal error 107: too many error messages on one line

Help

121 - 127

Код:
new IP[16], String[128], Query[128], reason[64], admin[32], i[128], seconds;
	GetPlayerIp(playerid, IP, sizeof(IP));
	format(Query, sizeof(Query), "SELECT * FROM `Bans` WHERE (`Username` = '%s' OR `IP` = '%s') AND `Banned` = 1 LIMIT 1", GetName(playerid), IP);
	mysql_query(Query);
	mysql_store_result();
	if(mysql_num_rows() != 0)
	{
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)