19.02.2013, 10:30
I need help with my Camera Position, It works Great, its just that my Characters aint facing towards the screen, ive played around with it a bit and still nothing, (I'm a newbie at scripting), Any help will be Greatly Appreciated. 
My Script:

My Script:
Quote:
public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid,2437.3252,1483.0380,10.8203, 142); SetPlayerFacingAngle(playerid,6693); SetPlayerCameraPos(playerid,2434.4878,1480.1946,10 .8203,312); SetPlayerCameraLookAt(playerid,2437.3252,1483.0380 ,10.8203,142); return 1; } |