Community Forum

getWorldTranslation(Player.rootNode) in 2011?

Forum Overview >> Farming Simulator 2011

CategoryFarming Simulator 2011
Created08.11.2010 18:18


Daniel Rowe (Unknown) 08.11.2010 18:19
Hello,

I'm trying to convert a couple of mods and I'm having some problems...

When it tries doing arithmetic it fails to get the value of getWorldTranslation(Player.rootNode)

Would love it if someone could help me to get it working in 2011 ;)

Thanks!

DRowe

Andreas Großschedl (Unknown) 08.11.2010 20:23
Hi!

Try this:
xPlayer, yPlayer, zPlayer=getWorldTranslation(g_currentMission.player.rootNode);

Andi

Daniel Rowe (Unknown) 09.11.2010 22:03
Thanks

Worked Perfect! :)

Glad you could help, thanks for taking the time! :D


Note: Log in to post. Create a new account here.