-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #594 from bitpredator/dev
refactor: bpt_importjob inventory implementation
- Loading branch information
Showing
9 changed files
with
152 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
# bpt_importjob | ||
<h1 align='center'>bpt_importjob</a></h1> | ||
<p align='center'><a href='https://discord.gg/ksGfNvDEfq'>Discord</a> | ||
|
||
Copyright (C) 2022-2023 bitpredator | ||
|
||
This program is a project for the fivem community, you have legal permission to distribute and / or modify it only if you have forked this repository, if it is not a fork repository, the version will be removed from the DMCA request. | ||
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version. | ||
|
||
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. | ||
|
||
ATTENTION: | ||
You are not authorized to change the name of the resource. | ||
You are not authorized to change the name of the resource and the resources within it. | ||
|
||
If you want to contribute you can open a pull request. | ||
|
||
You are not authorized to sell this software (this is a free project). | ||
You are not authorized to sell this software (this is free project). | ||
|
||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. | ||
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
server-data/resources/[bpt_addons]/bpt_importjob/locales/en.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Locales['en'] = { | ||
-- cloakroom | ||
['cloakroom_menu'] = 'cloakroom', | ||
['cloakroom_prompt'] = 'press [E] to access the cloakroom.', | ||
['wear_citizen'] = 'civilian clothing', | ||
['wear_work'] = 'work clothes', | ||
-- Inventory | ||
['deposit_stock'] = 'Deposit stock', | ||
['take_stock'] = 'Take stock', | ||
['have_deposited'] = 'Have deposited', | ||
['quantity_invalid'] = 'Quantity invelid', | ||
-- garage | ||
['spawner_prompt'] = 'press [E] to access the garage.', | ||
["vehicle_spawned"] = "vehicle spawned successfully!", | ||
['store_veh'] = 'press [E] to deposit the vehicle', | ||
['spawn_veh'] = 'spawn vehicle', | ||
['spawnpoint_blocked'] = 'vehicle blocks the spawnpoint!', | ||
['only_import'] = 'you can only deposit company vehicles.', | ||
['empty_garage'] = 'no vehicles in the garage!', | ||
['taking_service'] = 'Take service: Gunsmith', | ||
['full_service'] = 'complete service: ', | ||
['amount_invalid'] = 'invalid amount', | ||
['press_to_open'] = 'press [E] to access the menu', | ||
['billing'] = 'billing', | ||
['billing_sent'] = 'the invoice has been posted!', | ||
['invoice_amount'] = 'invoice amount', | ||
['no_players_near'] = 'no players nearby', | ||
['boss_actions'] = 'Boss actions', | ||
['blip_import'] = 'Import/Export.', | ||
['import'] = 'Import', | ||
-- billing | ||
['bill_amount'] = "Amount to bill..", | ||
['confirm'] = "Confirm" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters