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



Warning - Expert99 - 11.11.2013

I have a code
Код:
function48C(playerid, Float:arg1, Float:arg2, Float:arg3, arg4)
{
	if(function4F0(playerid, arg1, arg2, arg3) < arg4)
	{
		return 1;
	}
	return 0;
}
And this error :
Quote:

warning 208: function with tag result used before definition, forcing reparse

Can you help me please?