AMX Mod X API Documentation

Signature
native Sql:dbi_connect(_host[], _user[], _pass[], _dbname[], _error[] = "", _maxlength = 0);
Description

This will return a number equal to or below 0 on failure.

Notes
  • If it does fail, the error will be mirrored in dbi_error()
Returns

The return value will otherwise be a resource handle, not an

OK code or cell pointer.

Назад
Верх