stock
SQL_QueryAndIgnore
Syntax
stock SQL_QueryAndIgnore(Handle:db, const queryfmt[], any:...)
Description
Use this for executing a query and not caring about the error.
Returns -1 on error, >=0 on success (with number of affected rows)
stock
stock SQL_QueryAndIgnore(Handle:db, const queryfmt[], any:...)
Use this for executing a query and not caring about the error.
Returns -1 on error, >=0 on success (with number of affected rows)