QB Prefix on player connect

This commit is contained in:
Kakarot
2023-09-30 03:48:08 -05:00
parent e32aa3b399
commit 709867c2ce
+5 -5
View File
@@ -9,16 +9,16 @@ local Translations = {
item_not_exist = 'Item does not exist',
too_heavy = 'Inventory too full',
location_not_exist = 'Location does not exist',
duplicate_license = 'Duplicate Rockstar License Found',
no_valid_license = 'No Valid Rockstar License Found',
not_whitelisted = 'You\'re not whitelisted for this server',
duplicate_license = '[QBCORE] - Duplicate Rockstar License Found',
no_valid_license = '[QBCORE] - No Valid Rockstar License Found',
not_whitelisted = '[QBCORE] - You\'re not whitelisted for this server',
server_already_open = 'The server is already open',
server_already_closed = 'The server is already closed',
no_permission = 'You don\'t have permissions for this..',
no_waypoint = 'No Waypoint Set.',
tp_error = 'Error While Teleporting.',
connecting_database_error = 'A database error occurred while connecting to the server. (Is the SQL server on?)',
connecting_database_timeout = 'Connection to database timed out. (Is the SQL server on?)',
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?)',
},
success = {
server_opened = 'The server has been opened',