Skip to content

Commit

Permalink
Merge pull request #851 from bitpredator/dev
Browse files Browse the repository at this point in the history
chore: bpt_dmvschool 🚑 Fix some errors, and refactor code
  • Loading branch information
bitpredator authored Sep 30, 2024
2 parents d42b747 + 0396030 commit 6738678
Show file tree
Hide file tree
Showing 13 changed files with 851 additions and 893 deletions.
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_banking/config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Config = {
Debug = false,
DrawMarker = 10,
Locale = GetConvar("esx:locale", "en"),
Locale = GetConvar("esx:locale", "it"),
EnablePeds = true,
AtmModels = { `prop_fleeca_atm`, `prop_atm_01`, `prop_atm_02`, `prop_atm_03` },
Banks = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lang": "EN",
"lang": "IT",
"__comment": "On DYNAMIC_FORM_DATA do not change 'componentName', 'elementID'!",
"EN": {
"DYNAMIC_FORM_DATA": [
Expand Down
Loading

0 comments on commit 6738678

Please sign in to comment.