Posts: 203
Threads: 67
Joined: Mar 2011
Reputation:
0
How I save the last position for a player ?
Posts: 372
Threads: 63
Joined: Aug 2010
Reputation:
0
You have to GetPlayerPos and put it in their account ini file. You save their position OnPlayerDisconnect or OnPlayerUpdate (major lag with low memory). Then OnPlayerConnect, you get their position from their account ini file and set it from there.