mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 23:01:29 +00:00
QB Prefix on player connect
This commit is contained in:
+5
-5
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user