Posts: 262
	Threads: 3
	Joined: Oct 2007
	
Reputation: 
0
	 
 
	
	
		1. search and you will find
2. if #1 fails there's always a special script request thread
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 13
	Threads: 1
	Joined: Jul 2008
	
Reputation: 
0
	 
 
	
	
		ive searhced it, but coulnt find.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,262
	Threads: 30
	Joined: Aug 2008
	
Reputation: 
0
	 
 
	
	
		Create variebles of crashes positions inside the player enum. Then go to OnPlayerDisconnect, I don't remember the reason of crash. It's 0 or 2. I'm not sure, so find the correct reason. When the player crashes save it to the player details. Of course you need a varieble of 'crashed' or something like. Set the 'crashed' to 1 when the player crash. Then OnPlayerSpawn - If 'crashed' is on 1, it returns the player to his old position, where he got crashed.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 158
	Threads: 5
	Joined: Oct 2008
	
Reputation: 
0
	 
 
	
	
		just save the player's coordinates from time to time, and load them on next login
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 13
	Threads: 1
	Joined: Jul 2008
	
Reputation: 
0
	 
 
	
	
		can somebody help whit that thing? im not verygood at codeing