08.12.2011, 21:04
(
Последний раз редактировалось SnG.Scot_MisCuDI; 08.12.2011 в 22:46.
)
Okay, i did that and it worked.. But now i see the escalator when im picking a character.. It doesnt show the character so i cant tell who i am picking..
what are the coordinates i need to set the character in front of the camera
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerFacingAngle(playerid,0);
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
return 1;
}