renzuzu / renzu_spawn

Fivem - Spawn Selector
GNU General Public License v3.0
41 stars 10 forks source link

[BUG] : some players sometimes die immediately when they first spawn #8

Closed 03ntity closed 1 year ago

03ntity commented 1 year ago

Some players sometimes die immediately the first time they spawn, sometimes they still die even though they haven't spawned for the first time image

FrequencyRoleplay commented 1 year ago

yeah its a qb core issue , i made him aware of it but he hasnt updated it yet.

I get new players even flying in to city dead and it makes them end of leaving . would love a fix for this asap

renzuzu commented 1 year ago

what framework? in ESX we never experience this.

there is some weird logic in qbcore resources that trigger death

show me some death logs too, so it will be easily to fixed this if this is a really bug.

there is only 2 things can cause this, dropping from sky before selecting character. (which is fixed/updated in mulitcharacter recently) due some resource remove freezeentityposition to false

2 is when some resource trigger this.

03ntity commented 1 year ago

the log says it fell from a height, I'm confused about how to fix it

FrequencyRoleplay commented 1 year ago

yes, character sometimes falling.

FrequencyRoleplay commented 1 year ago

I actually removed this spawn resource and the multicharcter still does the same thing alone.

renzuzu commented 1 year ago

I actually removed this spawn resource and the multicharcter still does the same thing alone.

i have update the multicharacter few days ago. sadly some other resource setting freezeentityposition to false

image

the update is already implemented, its on weather transition function. do no remove the introcam function

this should prevent unfreezing the entity while in sky or while not choosing a character