23.04.2015, 22:30
I have this:
And I get this warning:
warning 208: function with tag result used before definition, forcing reparse.
Any help appreciated.
PHP код:
forward DBResult:db_queryex(DB:handle, query[], {Float, _}:...);
public DBResult:db_queryex(DB:handle, query[], {Float, _}:...)
{
//Code here.
}
warning 208: function with tag result used before definition, forcing reparse.
Any help appreciated.