warning 208: function with tag result used before definition, forcing reparse - 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 208: function with tag result used before definition, forcing reparse (
/showthread.php?tid=571957)
warning 208: function with tag result used before definition, forcing reparse -
Ahmad45123 - 23.04.2015
I have this:
PHP код:
forward DBResult:db_queryex(DB:handle, query[], {Float, _}:...);
public DBResult:db_queryex(DB:handle, query[], {Float, _}:...)
{
//Code here.
}
And I get this warning:
warning 208: function with tag result used before definition, forcing reparse.
Any help appreciated.
Re: warning 208: function with tag result used before definition, forcing reparse -
Konstantinos - 23.04.2015
Move the forward at the top (under includes, defines).