22.12.2013, 18:57
Hello, Ive got a little problem regarding my class selection
my code
The problem is, whenever i change my skin(click the next arrow) in the class selection, my camera movement starts from the start again, i want to to be at the same spot and only the skin to change when we click the arrow.
Thanks in advance.
my code
pawn Code:
SetPlayerPos(playerid,1481.1670,-1767.8672,18.7958);
SetPlayerFacingAngle(playerid,0.0816);
InterpolateCameraPos(playerid, 1467.488403, -1620.849975, 43.885395, 1481.209350, -1758.466552, 19.101547, 8000);
InterpolateCameraLookAt(playerid, 1468.074707, -1625.690917, 42.779933, 1481.169799, -1763.463745, 18.939575, 8000);
Thanks in advance.