Skip to content

Commit

Permalink
Merge pull request #602 from bitpredator/dev
Browse files Browse the repository at this point in the history
chore:  update bpt_teleport
  • Loading branch information
bitpredator authored Jan 11, 2024
2 parents f040b87 + 24733cf commit 675cd0c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
6 changes: 4 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fix lint error: unused argument last; accessing undefined variable Invoke; unuse
39. [esx_taxijob]: refactor: Remove cb, use playerdata obj + fix formatting @bitpredator
40. [workflows]: delete: remove stale.yml + greetings.yml @bitpredator
41. [ox_inventory\data\shops.lua]: chore: the possibility of purchasing the radio has been added @bitpredator
[ox_inventory\data\stashes.lua]: fix: removed the inventory for the taxi job as it was included in the esx_taxijob resource @bitpredator
42. [ox_inventory\data\stashes.lua]: fix: removed the inventory for the taxi job as it was included in the esx_taxijob resource @bitpredator
42. [esx_joblisting]: refactor: correct the good year for the license + varius fix @bitpredator
43. [EUP]: delete: removed package [EUP] @bitpredator
44. [bpt_ammujob]: refactor: bpt_ammujob inventory implementation @bitpredator
Expand All @@ -89,4 +89,6 @@ fix lint error: unused argument last; accessing undefined variable Invoke; unuse
62. [bpt_loadscreen]: chore: bpt_loadscreen improves code formatting @bitpredator
63. [bpt_lumberjack]: fix: bpt_lumberjack fixed typos and removed unused code @bitpredator
64. [bpt_crafting]: fix: correct ingredients to use @bitpredator
65. [bpt_streetfight]: chore: supports map point through local translation @bitpredator
65. [bpt_streetfight]: chore: supports map point through local translation @bitpredator
67. [bpt_teleport]: chore: set English as the default language @bitpredator
68. [bpt_teleport]: chore: update the license file and readme for the year 2024 @bitpredator
4 changes: 2 additions & 2 deletions server-data/resources/[bpt_addons]/bpt_teleport/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 2022-2023 bitpredator
Copyright (C) 2022-2024 bitpredator

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
Expand All @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

<program> Copyright (C) 2022-2023 bitpredator
<program> Copyright (C) 2022-2024 bitpredator
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
13 changes: 8 additions & 5 deletions server-data/resources/[bpt_addons]/bpt_teleport/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# bpt_teleportation
<h1 align='center'>bpt_teleport</a></h1>
<p align='center'><a href='https://discord.gg/ksGfNvDEfq'>Discord</a>

Copyright (C) 2022-2023 bitpredator
Copyright (C) 2022-2024 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.

Expand Down
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_teleport/config.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Config = {}
Config.Locale = 'it'
Config.Locale = 'en'
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
fx_version 'cerulean'

game 'gta5'

author 'bitpredator'

description 'bpt_teleport'

version '1.0.0'

shared_script '@es_extended/imports.lua'
Expand All @@ -21,4 +17,4 @@ server_scripts {
'@es_extended/locale.lua',
'locales/*.lua',
'config.lua'
}
}

0 comments on commit 675cd0c

Please sign in to comment.