SA-MP Forums Archive
y_iterate.inc - 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: y_iterate.inc (/showthread.php?tid=596524)



y_iterate.inc - SpikY_ - 19.12.2015

I want help with y_literate...

ERRORS:
Код:
YSI\y_iterate.inc(909) : warning 202: number of arguments does not match definition
YSI\y_iterate.inc(922) : error 025: function heading differs from prototype



y_literate codes:
Код:
#if !defined BOTSYNC_IS_BOT
	public OnPlayerDisconnect(playerid, reason)
	{
		SetTimerEx("Itter_OPDCInternal", 0, false, "i", playerid);
		#if defined Itter_OnPlayerDisconnect
			return Itter_OnPlayerDisconnect(playerid, reason); //909
		#else
			return 1;
		#endif
	}

	#if defined _ALS_OnPlayerDisconnect
		#undef OnPlayerDisconnect
	#else
		#define _ALS_OnPlayerDisconnect
	#endif
	#define OnPlayerDisconnect Itter_OnPlayerDisconnect
	#if defined Itter_OnPlayerDisconnect
		forward Itter_OnPlayerDisconnect(playerid, reason); //922
	#endif
#endif



Re: y_iterate.inc - SpikY_ - 19.12.2015

BUMP!