Linden
d13bac5807
fix+improvement(server/main): Resolve issue when creating a character with Config.Identity enabled; update support for multicharacter; send full queries with MySQL.store
2021-06-21 15:14:28 +10:00
Linden
352aafa3d4
Update README.md
2021-06-21 15:11:31 +10:00
Linden
5baae26cc0
Update version.json
2021-06-21 15:11:05 +10:00
Ali
252a987798
Turkish translation implemented. ( #15 )
...
* Create tr.lua
* Create tr.js
2021-06-21 14:33:26 +10:00
Linden
8288fe6d42
fix(client/main): Maybe fix invalid skin
...
Have no idea why the Character index skin wouldn't be set already
2021-06-18 10:41:39 +10:00
Linden
273c333cfe
fix(server/main): Check if job/grade exist
2021-06-18 10:37:13 +10:00
Linden
11fa70ac54
Update config.lua
2021-06-16 11:44:36 +10:00
Linden
dbb8444daa
Update readme.md
2021-06-16 11:06:34 +10:00
Linden
8821e803bf
fix(client/main): Trigger the restoreLoadout event
2021-06-16 10:49:54 +10:00
Taso
a8c109a7e9
Merge pull request #152 from thelindat/patch-1
...
fix(server/main): Fix identifier function for older versions of ESX
2021-06-14 17:57:58 -04:00
Linden
dfc0067f84
fix(server/main): Fix identifier function for older versions of ESX
2021-06-15 01:05:33 +10:00
Linden
1ebb812b1c
Update readme.md
2021-06-14 20:56:19 +10:00
Linden
4aa9525fcf
fix(client/main): Remove update triggerserverevent when modifying statuses (it only needed to trigger with the interval)
2021-06-14 17:49:00 +10:00
Linden
0087ace534
refactor(client/main): Use pairs loop
2021-06-13 09:04:56 +10:00
Linden
83e25bc5e4
Update readme.md
2021-06-11 19:41:22 +10:00
X00LA
fcfcb2b534
Update to load locales files in html folder ( #11 )
...
* Added de.js
Added forgotten de.js for german translation.
* Update to load locales files in html folder
Updated the file to load all locales files in the html/locales folder.
2021-06-11 15:37:54 +10:00
Linden
adc1db4131
Update fxmanifest.lua
2021-06-11 14:07:52 +10:00
X00LA
7c238904d8
Added de.js ( #10 )
...
Added forgotten de.js for german translation.
2021-06-10 17:37:07 +10:00
Linden
7a7c14e57e
fix(client/main): New characters should no longer be invisible
2021-06-10 12:02:54 +10:00
Linden
c85996bc0d
Merge pull request #8 from coentro/patch-2
...
pt.js
2021-06-10 11:57:13 +10:00
Linden
5bc45fa018
Merge pull request #9 from coentro/patch-3
...
pt.lua
2021-06-10 11:57:03 +10:00
coentro
9dd0780554
pt.lua
...
Portuguese translation
2021-06-10 01:43:54 +01:00
coentro
8aede608dd
pt.js
...
Portuguese Translation
2021-06-10 01:41:49 +01:00
Linden
237c56656f
Merge pull request #6 from icecubepiso/master
...
Czech locale
2021-06-10 07:40:31 +10:00
IceCubePiso
242c4bf507
Czech locale
2021-06-09 15:24:33 +02:00
Taso
feab86065d
Merge pull request #1180 from thelindat/legacy
2021-06-08 23:22:01 -04:00
Linden
286dbb2e78
refactor(server/common): Start paycheck and sync after ESX.Jobs has been defined
2021-06-09 13:06:31 +10:00
Linden
5aa50f5ac7
improvement(client/main): Minor optimisation - use the esx_status:onTick event
...
The event was added to esx_status late 2018 but never utilised anywhere; using it here drops ms to 0.0 at all times.
#### Note: This event can and should also be used in various HUDs to improve performance.
Many of them use 500ms threaded loops, despite status only updating every 1s by default.
They also use individual event callbacks to retrieve each status value, while each value is already being sent in the event.
2021-06-09 12:37:33 +10:00
Linden
d08b480891
Merge pull request #3 from X00LA/master
...
Added locale de
2021-06-09 12:01:16 +10:00
Linden
68855c8689
Update readme.md
2021-06-09 06:29:54 +10:00
Linden
7cfcf10e23
Update version.json
2021-06-09 01:32:20 +10:00
Linden
ce4cdc6f88
Update README.md
2021-06-09 01:30:32 +10:00
Linden
fa5f7be47f
fix(server/main): Added missing loadout option from query
2021-06-09 00:02:41 +10:00
Linden
31b2a6178b
Add dependencies
2021-06-07 22:43:31 +10:00
Linden
405197124e
Update README.md
2021-06-07 20:19:18 +10:00
Linden
caa4188489
Update README.md
2021-06-07 11:26:32 +10:00
Linden
acb264c027
revert(client/main): Go back to table.insert for GetStatusData
...
Not even sure why I did it as size+1 and not i; but doesn't seem to work with index anyway.
Fixes nil value after dying
2021-06-07 11:14:54 +10:00
Linden
1372d6fe85
Update README.md
2021-06-07 10:11:13 +10:00
ESXCrackhead
6aed226671
Merge pull request #58 from thelindat/patch-1
...
fix(client/main): Ensure the hud displays initially; get the visibility of statusbars correctly
2021-06-06 17:14:18 -05:00
Linden
97d7e5186b
fix(client/main): Ensure the hud displays initially; get the visibility of statusbars correctly
2021-06-07 08:07:10 +10:00
Taso
d752235eb4
Merge pull request #57 from thelindat/master
...
refactor+fix(server/main): Check if using Legacy; use ternary to define xPlayers; fixed incorrect values when defining xPlayer
2021-06-05 18:23:41 -04:00
Linden
4928da788b
refactor(server/main): Include the varchar command by default so people don't misplace it
2021-06-06 07:14:54 +10:00
Linden
2acc7b787f
Update readme.md
2021-06-06 07:10:38 +10:00
Linden
b3c20e174b
fix(server/main): Fix incorrect values (if v is table, xPlayer equals v; else GetPlayerFromId(v))
2021-06-06 05:57:46 +10:00
Linden
e630763899
Update readme.md
2021-06-06 02:29:56 +10:00
X00LA
01d28a4153
Added locale de
...
Added language file for german (Deutsch).
2021-06-05 09:51:18 +02:00
Linden
048066e3e5
Update readme.md
2021-06-05 14:55:16 +10:00
Linden
67b62f33fb
Update readme.md
2021-06-05 14:22:16 +10:00
Linden
4fa26c08b7
Update readme.md
2021-06-05 13:16:55 +10:00
Taso
3dccb4b24f
Merge pull request #97 from thelindat/master
...
(general): Resolve server hitches by preventing consecutive xPlayer loops; (legacy): Use GetExtendedPlayers() instead of GetPlayers()
2021-06-04 22:39:03 -04:00