SA-MP Forums Archive
Help mysql error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help mysql error (/showthread.php?tid=490583)



Help mysql error - Firstaction - 27.01.2014

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)
	{