[SOLVED] transform pad to gameobject?

Im trying to get the pad vector relative to a gameobject ie player

If you press same direction as player is facing it should report
0.0,0.0,1.0
and if you press opposite to player it should report 0.0,0.0,-1.0 etc.

I’ve tried without success, any tips?

sorted it, so simple too :-p