Frictional Games Forum (read-only)

Full Version: MovePlayerHeadPos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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(111 speedslowdown); 
(05-10-2014, 08:12 PM)Mudbill Wrote: [ -> ]Use the script again, and set all values to 1.

PHP Code:
MovePlayerHeadPos(111 speedslowdown); 
Thanks a lot. Smile
(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(111 speedslowdown); 
Thanks a lot. Smile

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).