28.10.2012, 13:40
PHP код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 1960.1999511719, 1343.0, 14.69999809265); //The player spawn position
SetPlayerCameraPos(playerid, 1970, 1352.8000488281, 19.39999961853); //The camera position
SetPlayerCameraLookAt(playerid, 1960.1999511719, 1343, 14.69999809265); //The position the camera is looking
return 1;
}