17.06.2012, 01:50
hi my onplayerrequestclass is not working well ive been at it for like 1 hour and getting anoyed
basicly it puts the cam at the right pos and the player at right pos but not the view!
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, -331.3924,1964.1808,132.5414);
SetPlayerFacingAngle(playerid, 208.87);
SetPlayerCameraPos(playerid, -324.6863,1950.3998,132.4141);
SetPlayerCameraLookAt(playerid, -324.6863,1950.3998,132.4141);
return 1;
}