Get coords of a player who disconnect, crash?

Hello, is it possible to get the coordinates of a player who crash or disconnect ? Because I would like to interact with his last car :confused:
Thank you in advance Ciwiel
:hugs:

Uhm, no I don’t think so.

I’d say keep track of the player position every 5 seconds or so and relay this to the server. Once the client disconnects, you can store this position on the server (i.e. database) until he rejoins again.

1 Like

Oh ok I see, I will try this ! Thank you Syntasu :smiley: