feat(server): SQL error handling

This commit is contained in:
Kasey FItton
2024-07-11 18:53:27 +01:00
parent b94cad23f6
commit e39fe89140
3 changed files with 50 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ local Translations = {
no_permission = 'You don\'t have permissions for this..',
no_waypoint = 'No Waypoint Set.',
tp_error = 'Error While Teleporting.',
ban_table_not_found = '[QBCORE] - Unable to find the bans table in the database. Please ensure you have imported the SQL file correctly.',
connecting_database_error = '[QBCORE] - A database error occurred while connecting to the server. (Is the SQL server on?)',
connecting_database_timeout = '[QBCORE] - Connection to database timed out. (Is the SQL server on?)',
},