Guest User

Untitled

a guest
Sep 3rd, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. script 288 (int ButtonPress)
  2. {
  3. ButtonPress = 0;
  4. int FireButton1 = GetPlayerInput(-1, INPUT_BUTTONS);
  5. if (FireButton1 & BT_ATTACK)
  6. {
  7. ButtonPress = 1;
  8. }
  9.  
  10. SetResultValue(ButtonPress);
  11. }
  12.  
  13. //-------------------Night Vision--------------------------------------------//
  14. //New Code Guys)))
Add Comment
Please, Sign In to add comment