26.11.2010, 00:54 
	
	
	
		Well to make it so that it shows the character selection in a place do this:
A Example is this:
If you want you can use it, it pretty much makes the player show up infront of the camera and they can select their skin and then they spawn at the addplayerclass coords.
	
	
	
	
Код:
SetPlayerPos(playerid, [Coords to put player]); SetPlayerCameraPos(playerid, [Coords of camera]); SetPlayerCameraLookAt(playerid, [What camera looks at]);
Код:
SetPlayerPos(playerid, 1962.4459,1343.0460,15.4823); SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746); SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);


