You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server Artifact : b12160 (Linux) - Maybe also on some olders Categorie : Server side issue Issue : entityRemoved entity args cannot be use as before, using GetEntityType or Owner send an error.
"SCRIPT ERROR: native 000000000b1bd08d: Tried to access invalid entity: 157447"
Native being dependant on which native you are using ofc.
Expected result
No error entitytype returned or 0
Reproduction steps
Update to recent artifacts
Add this snippet server side :
> AddEventHandler('entityRemoved', function(_entity)
> local entity = _entity
> --
> local type = GetEntityType(entity)
> end)
>
Create a vehicle and then delete it (should also work on objects/peds but only tried on vehicles)
It will send the error.
Importancy
Unknown
Area(s)
FiveM
Specific version(s)
FiveM b12160 or older
Additional information
Don't know since which artifact though.
Here if you need any infos.
Peace
The text was updated successfully, but these errors were encountered:
What happened?
Server Artifact : b12160 (Linux) - Maybe also on some olders
Categorie : Server side issue
Issue : entityRemoved entity args cannot be use as before, using GetEntityType or Owner send an error.
"SCRIPT ERROR: native 000000000b1bd08d: Tried to access invalid entity: 157447"
Native being dependant on which native you are using ofc.
Expected result
No error entitytype returned or 0
Reproduction steps
It will send the error.
Importancy
Unknown
Area(s)
FiveM
Specific version(s)
FiveM b12160 or older
Additional information
Don't know since which artifact though.
Here if you need any infos.
Peace
The text was updated successfully, but these errors were encountered: