13.05.2014, 06:59
I know this must be frustrating given you don't this, but this is a scripting help section and not a request section. If you want to request code/look for some guys who can help, you, this is the thread.
On the other hand, if you would like to try, let me give you a couple of hints.
1) You would need to save the player's position EVERY time he disconnects, using INI or MySQL/SQLite.
Tutorials on INI - this & this.
Tutorials on MySQL/SQLite - this
2) Then you would save the player's XYZ and camera position using the following natives - GetPlayerPos & GetPlayerCameraPos
3) Then you would use OnPlayerConnect to retrieve/load the data (look for above tut) and then use SetPlayerCameraPos.
Cheers
On the other hand, if you would like to try, let me give you a couple of hints.
1) You would need to save the player's position EVERY time he disconnects, using INI or MySQL/SQLite.
Tutorials on INI - this & this.
Tutorials on MySQL/SQLite - this
2) Then you would save the player's XYZ and camera position using the following natives - GetPlayerPos & GetPlayerCameraPos
3) Then you would use OnPlayerConnect to retrieve/load the data (look for above tut) and then use SetPlayerCameraPos.
Cheers