I'm using MovePlayerHeadPos in my script to create some camera panning effects, and it looks great. But I don't know how to reset the player's head so it's back to the normal position.
Use the script again, and set all values to 1.
PHP Code:
MovePlayerHeadPos(1, 1, 1 speed, slowdown);
(05-10-2014, 08:24 PM)NickD Wrote: [ -> ] (05-10-2014, 08:12 PM)Mudbill Wrote: [ -> ]Use the script again, and set all values to 1.
PHP Code:
MovePlayerHeadPos(1, 1, 1 speed, slowdown);
Thanks a lot.
What was the script for the camera panning (in case I use that myself)
It's the same one, just with different values for 1, 1, 1 (X, Y and Z co-ordinates).