Commit Graph
4739 Commits
Author SHA1 Message Date
Mycroft 29379c038b Merge pull request #216 from tr1ckz/main
Feat(es_extended/client/functions.lua): Add RGB saving to vehicles
2022-04-23 14:12:41 +01:00
tr1ckz 905d8cdad0 Add RGB support and fixed liveries
Add RGB support and fixed liveries
2022-04-20 18:15:39 -04:00
Michur55 e422162289 Update pl.lua 2022-04-18 18:57:12 +02:00
CsokiHUN a55b19bc59 Translations for skinchanger 2022-04-17 10:16:03 +02:00
CsokiHUN 385d310716 Hungarian translation for esx_skin + multicharacter fix 2022-04-17 10:14:30 +02:00
CsokiHUN 31aaaee1b0 Add hungarian translation for - esx_multicharacter 2022-04-17 10:12:20 +02:00
CsokiHUN a92cbf2469 Add hungarian translations for esx_identity 2022-04-17 10:03:41 +02:00
CsokiHUN ab28924e2a Add hungarian translations for es_extended 2022-04-17 10:00:35 +02:00
Mycroft 2dacb08f0f Refactor! (esx_mechanicjob): Breaking - change functions to match legacy 2022-04-14 23:23:30 +01:00
Mycroft aa396444a4 fix(ambulancejob): stop abuse of dying 2022-04-14 23:22:55 +01:00
Mycroft 2cdcf797ba Merge pull request #209 from KarmaUnderground/main
Remove useless inesert in esx_optionalneeds
2022-04-14 19:58:43 +01:00
Mycroft 907bcb8212 Merge pull request #211 from iSentrie/patch-4
refactor(esx_jobs): Correct start order for functioning
2022-04-14 19:58:23 +01:00
iSentrie c7a89aab5a refactor 2022-04-14 19:10:32 +03:00
iSentrie 897e0ee469 fixes 2022-04-14 18:50:10 +03:00
iSentrie 89b8a5c854 Correct order for locales to work 2022-04-14 18:35:43 +03:00
manutrix d6cd2fa37f Remove an insert on a table that doesn't exist in esx_shops 2022-04-14 07:39:29 -04:00
Mycroft b0bb7e560c Fix(esx_jobs): make jobs work hopefully 2022-04-13 19:44:12 +01:00
manutrix f293ef770c Add shops table 2022-04-12 07:57:17 -04:00
Mycroft 95f3bba0e9 Revert "Merge pull request #206 from KarmaUnderground/main"
This reverts commit 9bce364e35, reversing
changes made to 223c8d540d.
2022-04-11 23:14:42 +01:00
Esplike e4f4473f67 feat(es_extended): Added "Duty" system
feat(es_extended): Added "Duty" system
2022-04-11 20:37:38 +01:00
LeZach 20b5f9a8f1 Merge branch 'main' into main 2022-04-11 15:27:45 -04:00
Esplike 99a9692529 Delete ui_es.html 2022-04-11 20:11:24 +01:00
Esplike 8c529f742d fix(esx_phone/html/ui_es.html): Moved HTML folder
Moved the ui_es.html into the html folder...
2022-04-11 20:11:14 +01:00
Esplike 3415b4c331 fix(esx_phone/html/ui.html): Default lang 'en'.
Nothing crazy but the default language for the phone will be in English...
2022-04-11 20:06:51 +01:00
Esplike 1cc4ab944f Update: [Locales] ES Translation for DMVSchool
Added question_es and ui_es and improved some spanish translation.
2022-04-11 19:19:34 +01:00
Esplike 9bce364e35 Merge pull request #206 from KarmaUnderground/main
Add esx_shops.sql. This table is being used in esx_optionalneeds but …
2022-04-11 19:14:46 +01:00
manutrix 664f1c41c4 Add esx_shops.sql. This table is being used in esx_optionalneeds but never created 2022-04-11 12:47:39 -04:00
TheDiego845 59179dfdbe Update es.lua 2022-04-09 21:01:29 +02:00
TheDiego845 f06193c99b Fixed some ES words 2022-04-09 21:00:00 +02:00
TheDiego845 c370d4851c HTML and Questions in Spanish for dmvscool 2022-04-09 20:55:50 +02:00
Esplike 223c8d540d SQL(esx_dmvschool) - Adds licenses
fix(esx_legacy): add missing esx_dmvschool sql
2022-04-09 12:16:49 +01:00
Esplike 780b224e41 Add(Language) NL
feat(esx_accessories),(esx_atm),(esx_bankerjob),(esx_boat),(esx_jobs):locales/nl.lua
2022-04-09 11:57:16 +01:00
Mycroft 99ad790fa5 Merge pull request #191 from FantomasIsBad/patch-1
refactor(es_extended/server/commands.lua): Alter players command to use `ESX.GetExtendedPlayers()` rather than `ESX.GetPlayers()`
2022-04-08 15:56:49 +01:00
Mycroft 9ce73ab2ee Merge pull request #167 from Tinky124/patch-2
fix(es_extended/server/main.lua): fix giving weapon components + tints, feat(es_extended/server/main.lua): add distance check
2022-04-08 15:54:40 +01:00
Unslaught 6683f2e6b4 feat(dutch language translation for esx_boat)
Additional Translation for esx_boat
2022-04-07 22:44:53 +02:00
Unslaught af9c4c560f Dutch Translation
Added Dutch translation
2022-04-07 22:36:08 +02:00
Unslaught e34f9e1663 Dutch Translations
Added Dutch translations
2022-04-07 22:34:59 +02:00
Unslaught 64633b7ff9 added dutch language
added dutch translation
2022-04-07 22:33:17 +02:00
Unslaught a81d9abd32 Add files via upload
nl language
2022-04-07 22:28:12 +02:00
Mycroft 6e3006c5fc tweak(instance/server): change k,v in pairs to for i 2022-04-06 19:50:57 +01:00
Mycroft cd8bd9ece8 Fix(esx_example/server): fix typo 2022-04-06 19:45:10 +01:00
Mycroft ba09b5fc4a Refactor (esx_example (client &server )): Fix Formatting and add useful prints 2022-04-06 19:41:19 +01:00
Mycroft 9acf0b29d6 Tweak(esx_multicharacter): remove backticks that are messing with linter 2022-04-06 19:25:26 +01:00
Mycroft 02cd3b9d5e Tweak(esx_multicharacter/client): Change Backticks to GetHashKey 2022-04-06 19:20:41 +01:00
Mr Capy 7e35812ee0 Update sold vehicle in boss action by date
this will order sold vehicle by date in dec order so that an owner of vehicle easily get list of all vehicles that are recently sold
2022-04-06 15:06:14 +05:00
Tinky c8d167dcbf Added Config.DistanceGive 2022-04-05 15:53:03 +01:00
Tinky 2bf1d3859c Update config.lua 2022-04-05 15:52:59 +01:00
FantomasIsBad 6fe249d1c4 Tweek: Update ESX.GetPlayers to ESX.GetExtendedPlayers 2022-04-03 19:44:03 +02:00
Mycroft a3bccaa6d1 Fix(es_extended): ammo saves when its more than previous 2022-04-02 21:26:28 +01:00
Mycroft 96cd8c074d Tweak(es_extended): Allow all weapons to work with ammo 2022-04-02 21:19:35 +01:00