Commit Graph

4396 Commits

Author SHA1 Message Date
0xDEMXN ce9acf26e0 fix: wrong player var for openInventory 2022-02-24 16:44:21 +01:00
0xDEMXN 45ff24b532 Revert "Merge pull request #108 from 0xDEMXN/group"
This reverts commit 1e905415e5, reversing
changes made to 0f3aaf74ad.
2022-02-24 16:18:56 +01:00
Mycroft 5047eefe9a Feat(Admin): Better TPM command
integrates https://github.com/douth-c/citizen-tpm/blob/main/client.lua TPM function
2022-02-24 00:25:12 +00:00
Esplike cbfd5a9183 Update README.md 2022-02-23 23:54:16 +00:00
Esplike 36d08819e4 Merge pull request #120 from DeeVonkie/main
Fixed better performance wise table.insert method
2022-02-22 22:32:04 +00:00
Demian Vonk 215c3532d8 Fixed better performance wise table.insert method 2022-02-22 17:24:02 +01:00
Mycroft 683ab78b34 Fix(README): change v to xPlayer 2022-02-22 04:43:51 +00:00
Esplike dc82eed845 Merge pull request #118 from thelindat/main
fix(billing/server): incorrect result index
2022-02-21 17:49:28 +00:00
Esplike c820321bc8 Merge pull request #119 from ItsManueh/patch-1
Server.cfg changes
2022-02-21 17:49:01 +00:00
Mycroft 3d8377ba6f Remove Onesync Infinity (ESX doesnt work with it) 2022-02-21 17:36:42 +00:00
ItsManueh 55e6e2fad2 Update server.cfg 2022-02-21 16:37:37 +01:00
Linden 32d94459fc fix(billing/server): incorrect result index 2022-02-20 11:20:41 +11:00
Esplike 4acf463519 Merge pull request #115 from NRTnarathip/patch-1
FixBug: taxijob vector3 - table coords (Error Fixed)
2022-02-19 01:59:29 +00:00
Esplike 7e0b9cf3f8 Merge pull request #91 from NRTnarathip/patch-2
Fix Bug isDead == 1 it be should isDead == true
2022-02-19 01:55:07 +00:00
Mycroft c5bd33c27b Feat(Commands):Return Both Vector3 and Vector4 2022-02-18 22:33:28 +00:00
NRTnarathip 516e9d8ca9 FixBug: taxijob vector3 - table coords
from vector3 - table coords
to vector3 - vector3
2022-02-19 05:27:22 +07:00
Mycroft 18eada5de2 Feat(xPlayer): Add xPlayer.hasItem() 2022-02-18 19:44:42 +00:00
Mycroft 00226189cc Merge pull request #113 from overextended/fix/ox
fix(esx/player): improve accounts sync with ox inventory
2022-02-18 19:14:19 +00:00
Linden 3833746a21 fix(esx/player): improve accounts sync with ox inventory 2022-02-19 03:30:48 +11:00
Mycroft da326fdfb0 Merge pull request #104 from NRTnarathip/patch-8
Fix Error: esx_garage when player enter to zone
2022-02-18 16:15:58 +00:00
Mycroft 1e905415e5 Merge pull request #108 from 0xDEMXN/group
feat: use first char group for new chars
2022-02-18 16:12:50 +00:00
Mycroft 0f3aaf74ad Merge pull request #112 from 0xDEMXN/notifs
fix(locales): update invalid command to fit notifications
2022-02-18 16:11:28 +00:00
Mycroft c42f880769 Merge pull request #111 from NRTnarathip/patch-3
Fix Error: esx_dmvschool arithmetic operator
2022-02-18 16:10:56 +00:00
0xDEMXN dfa26844c5 fix(locales): update invalid command to fit notifications 2022-02-18 16:58:57 +01:00
FuraXx 42190bb64a Merge pull request #109 from 0xDEMXN/notifs
feat: standardize notifications and get rid of chat messages
2022-02-18 15:51:39 +01:00
NRTnarathip 6601d80c4f Fix Error: esx_dmvschool arithmetic operator
change vector3 - var type table
to vector3 - vector3
and Config.DrawDistance it never using
just add implement the "config DrawDistance"
2022-02-18 20:34:16 +07:00
0xDEMXN 1edf290943 feat: standardize notifications and get rid of chat messages 2022-02-18 12:00:01 +01:00
0xDEMXN e4d8fd8d1e feat: use first char group for new chars 2022-02-18 11:51:30 +01:00
NRTnarathip b7510ea948 Fix Error: esx_garage when player enter to zone
https://cdn.discordapp.com/attachments/817059034699399259/944153115534458880/unknown.png
because registerType instance garage it call a function when "script instance" running setup script.
we should wait script "instance" loaded or setup successfully 
and we will be able to execute the "register instance type" function
2022-02-18 15:51:06 +07:00
Mycroft 084dc23e50 Update README.md 2022-02-18 01:03:44 +00:00
Mycroft 6cfaf7dea1 Merge pull request #102 from NRTnarathip/patch-7
Update: ESX Bankerjob Add SQL
2022-02-17 23:49:44 +00:00
NRTnarathip 70acad9fff Update: ESX Bankerjob Add SQL
just add sql
2022-02-18 02:23:08 +07:00
Mycroft ff7a11c1db Update README.md 2022-02-17 16:56:00 +00:00
FuraXx e76e54c4f9 Merge pull request #101 from NRTnarathip/patch-4
Fix Bug: Cannot pickup weed plant
2022-02-17 17:07:54 +01:00
NRTnarathip ee8f995b3e Fix Bug: Cannot pickup weed plant
cannot pickup weed plant 
because distance from player coords and weedplant object 
the distance is too small 
should be 1.5 not 1.0
2022-02-17 22:34:31 +07:00
FuraXx e46ae322c0 Merge pull request #100 from thelindat/patch-1
fix(ambulancejob): return callback when removing items
2022-02-17 15:59:03 +01:00
Linden 5ef25c2f46 fix(ambulancejob): return callback when removing items
Otherwise the client event won't trigger and respawn the player
2022-02-18 01:42:26 +11:00
FuraXx 16455c8178 Merge pull request #94 from NRTnarathip/patch-5
Fix Bug: game crash when player in zone drugshop
2022-02-17 15:16:14 +01:00
FuraXx f863f0176c Merge pull request #95 from NRTnarathip/patch-6
Update: esx_drugs add marker config
2022-02-17 15:12:20 +01:00
FuraXx f53ce285a1 Merge pull request #99 from overextended/pr/ox
feat: setup basic support for ox inventory
2022-02-17 15:07:49 +01:00
Linden 7edbd07ae7 feat: setup basic support for ox inventory
Fairly low effort to get the the basics working.
2022-02-18 00:22:49 +11:00
NRTnarathip a443e2166f Update Add Marker Config
just add marker config for path NRTnarathip
2022-02-17 15:51:08 +07:00
NRTnarathip 316c705343 Fix Bug: game crash when player in zone drugshop
Optimize, Add feture marker zone drugshop, Fixed the issue of pressing open menu not working when press key backspace for cancel ui
2022-02-17 15:45:45 +07:00
Mycroft fef6cd0182 Merge pull request #93 from popo8720/main
Fix: error on properties markers thread
2022-02-17 00:32:28 +00:00
Mycroft 6436bb2826 Merge pull request #86 from overextended/pr/ox
Update 1.5.0: Fixes across all of ESX Legacy
1.5.0
2022-02-17 00:04:10 +00:00
Mycroft 1c7a71b1d6 Fix (ESX Whitelist): Change GetActivePlayers to GetPlayers 2022-02-16 23:52:58 +00:00
popo8720 2e51c24ce0 Fix: error on properties markers thread 2022-02-16 20:09:14 -03:00
Mycroft d85f32bd38 Merge pull request #92 from NRTnarathip/patch-3
Fix Error esx_lcustom vector3 - type table
2022-02-16 13:01:49 +00:00
Mycroft 96e8574371 Merge pull request #89 from Slypher/main
Fix non-existent whitelist table in sql file
2022-02-16 12:59:38 +00:00
NRTnarathip 98d788dea4 optimize little
like
'''
if isDead then
    cb(true)
else
    cb(false)
end
''''
2022-02-16 18:09:17 +07:00