character selecion?
#1

When i enter my server i dont see characters at the character selection menu when i entered the server i can see the character.
Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
	SetPlayerCameraPos(playerid, -1987.1953,137.8105,27.5391);
	SetPlayerCameraLookAt(playerid, -1987.1953,137.8105,27.5391);
	return 1;
}
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
    SetPlayerCameraPos(playerid, -1987.1953,137.8105,27.5391);
    SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
    return 1;
}
Reply
#3

Quote:
Originally Posted by Enemy_Plus[SA:MP
]
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
    SetPlayerCameraPos(playerid, -1987.1953,137.8105,27.5391);
    SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
    return 1;
}
I changed it but now i am with the camera in the ass of the characters xD
Reply
#4

Quote:
Originally Posted by security
Quote:
Originally Posted by Enemy_Plus[SA:MP
]
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
    SetPlayerCameraPos(playerid, -1987.1953,137.8105,27.5391);
    SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
    return 1;
}
I changed it but now i am with the camera in the ass of the characters xD
Then you'll need to adjust the position of the camera.
Reply
#5

Quote:
Originally Posted by security
Quote:
Originally Posted by Enemy_Plus[SA:MP
]
is your server homo? lol jks :P
? XD
because the asswatchin


Quote:
Originally Posted by security
Quote:
Originally Posted by Enemy_Plus[SA:MP
]
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
    SetPlayerCameraPos(playerid, -1987.1953,137.8105,27.5391);
    SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
    return 1;
}
I changed it but now i am with the camera in the ass of the characters xD
Reply
#6

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
SetPlayerCameraPos(playerid, -1987.1953,139.8105,27.5391);
SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
return 1;
}
Maybe this works?
Reply
#7

Quote:
Originally Posted by CAR
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
SetPlayerCameraPos(playerid, -1987.1953,139.8105,27.5391);
SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
return 1;
}
Maybe this works?
he told already that it does
Reply
#8

Quote:
Originally Posted by ┤ŞąiBЄЯҒПŋ├
Quote:
Originally Posted by CAR
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
SetPlayerCameraPos(playerid, -1987.1953,139.8105,27.5391);
SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
return 1;
}
Maybe this works?

yeah it works what i now did i did self something becouse other stuff didnt work but now the characters are lookng other direction ? XD
he told already that it does
Reply
#9

Go in front of your SetPlayerPos position and ge tthe coords them put it on SetPlayerCameraPos and SetPlayerCameraLookAt.


SetPlayerPos cant be the same as SetPlayerCameraPos and SetPlayerCameraLookAt.
Reply
#10

Quote:
Originally Posted by ┤ŞąiBЄЯҒПŋ├
Quote:
Originally Posted by CAR
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, -1987.5065, 138.0074, 27.5391);
SetPlayerCameraPos(playerid, -1987.1953,139.8105,27.5391);
SetPlayerCameraLookAt(playerid, -1987.5065, 138.0074, 27.5391);// these co-ords should be the same as SetPlayerPos
return 1;
}
Yes, but I tried to set the camera pos int the front
Maybe this works?
he told already that it does
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)