InputButton(input,player)
Returns Button value for Player.
Argument 'input':A value between 0-15.
Argument 'player':0 for current player otherwise the selected player.
0 for un-pressed button, 1 for pressed button, 2 for held down button
if ( InputButton(0,0) == 1 ) Shoot();
Comming Soon