PHP Code:
SQL_TQuery(..., func, ..., ...); // In the request are no errors
public func(Handle:owner, Handle:hndl, const String:error[], any:x)
{
// text does not display in hlsw
PrintToConsole(0, "1");
PrintToServer("2");
ServerCommand("echo 3");
}
__________________