Quote:
Originally Posted by ^SmileY
It is a error in sql syntax for me, but if you not get errors or not acess server console, we not able to help you only using this informations.
For last trie,
PHP Code:
public IgnoreHandle( FailState, Handle:Query, Error[ ], Errcode, Data[ ], DataSize )
{
if(FailState)
{
log_amx(szError);
}
SQL_FreeHandle( Query )
}
|
You we're right, it was a syntax error. It's fully working now
__________________