Frictional Games Forum (read-only)

Full Version: Player moving HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello I was wondering if you can help me with moving a player, like pushing him in one (specific) way, or someting like it, i just need player in that location or near it. Please help me. (i tried to use Cursed Summoning's script but it doesn't work please help)
(10-20-2010, 01:47 PM)vanjavk Wrote: [ -> ]hello I was wondering if you can help me with moving a player, like pushing him in one (specific) way, or someting like it, i just need player in that location or near it. Please help me. (i tried to use Cursed Summoning's script but it doesn't work please help)

You can use

Code:
void  AddPlayerBodyForce(float afX, float afY, float afZ, bool abUseLocalCoords);

Use the function list http://hpl2.frictionalgames.com/amnesia:..._functions
it's helpfull.

Or you can search the forum, this was already discussed