fix(qb-core): add global CreateUsableItem alias for qs-inventory compatibility
qs-inventory apelează CreateUsableItem ca funcție globală, dar qb-core definea doar QBCore.Functions.CreateUseableItem (cu 'e'). Adăugat alias global + fix 16 stringuri sparte în items.lua care blocau parsarea.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Locales['en'] = {
|
||||
['INTRODUCE_PASSWORD'] = 'Enter the password',
|
||||
['INTRODUCE_PASSWORD_2'] = 'Password',
|
||||
['CREATE_PASSWORD'] = 'Create a password',
|
||||
['OPEN'] = 'Opening...',
|
||||
['CLOSE'] = 'Closing...',
|
||||
['BAD_PASSWORD'] = 'Incorrect password...',
|
||||
['ADDED_PASSWORD'] = 'Added password..',
|
||||
['MORE_PASSWORD'] = 'The password must have more characters',
|
||||
['LESS_PASSWORD'] = 'The password must have fewer characters',
|
||||
['EMPLY_PASSWORD'] = 'You need to put something',
|
||||
['NO_BACKPACK'] = 'Backpack is not on your hand.',
|
||||
['FAILED_PASSWORD'] = 'Failed to add password.',
|
||||
}
|
||||
Reference in New Issue
Block a user