Db close
From SA-MP Wiki
Db close
This function is used to close a SQLite database that was opened with db_open
Parameters:(ID)
| DB:db | ID of the database you wish to close that was opened with db_open |
This function does not return a specific value.
public OnGameModeExit( ) { db_close(USERDB); return 1; }
Related Functions
The following functions might be useful as well, as they're related to this function in one way or another.
- db_open: Open an SQLite database
