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

I have this:
PHP код:
forward DBResult:db_queryex(DB:handlequery[], {Float_}:...);
public 
DBResult:db_queryex(DB:handlequery[], {Float_}:...)
{
    
//Code here.

And I get this warning:
warning 208: function with tag result used before definition, forcing reparse.

Any help appreciated.
Reply
#2

Move the forward at the top (under includes, defines).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)