InputAxis(axis,player)
Returns Axis value for Player.
Argument 'axis':A value between 0-5, this representing x1,y1,z1,x2,y2,z2 axis.
Argument 'player':0 for current player otherwise the selected player.
Value between -255 and 255.
if ( InputButton(1,0) == 255 ) MoveUp();
Comming Soon