Hi,
When im dead in my server and get the deathtimer from ambulancejob, and then leave my server and join again im back alive with al my items etc… Is there any way to fix this?
Hi,
When im dead in my server and get the deathtimer from ambulancejob, and then leave my server and join again im back alive with al my items etc… Is there any way to fix this?
you on esx?
Yes i am!
check you esx_ambulancejob config file…there is an option if you log off while dead that you lose your items.
Yes. Whenever you leave the server while dead, you will need to save that in the database. And then you use that saved value, so whenever the player joins back, you can do whatever you want with him/her. (spawn him/her at the hospital, permaban for combatlogging, whatever)
Yeah that is enabled! But somehow it still doenst work
Yeah there is a value Is_Dead in my db and Ambulancejob calls for it, and changes my state. When i leave when dead and join back again im still dead in the db but im alive ingame with all my items
esx_ambulancejob, config.lua Config.AntiCombatLog = true – Enable anti-combat logging? (Removes Items when a player logs back after intentionally logging out while dead.)
have it set to true
Already done that… thats the whole problem. Im using esx kashacters as well… mb thats the problem
I know there is a big delay between the death after joining. Have you tried waiting?
If yes, are there any errors in the server/client console?
Waited for more than 10 minutes and 0 errors in console
SOLVED! Updated es_extended and removed esx_kashacters and rebuild my whole db and now it works great