Print yvelocity Problem.
Posted: Tue Jun 17, 2014 7:30 am
Hi.
I want Print yvelocity that show what is the Player yvelocity number.
I add this script to MyActor=>Draw Actor=>Script Editor:
but always show 0 value. can anyone help me?
Thanks
I want Print yvelocity that show what is the Player yvelocity number.
I add this script to MyActor=>Draw Actor=>Script Editor:
- Code: Select all
sprintf(texts.text, "%d", Player.yvelocity);
but always show 0 value. can anyone help me?
Thanks