Guest User

Untitled

a guest
Jan 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. showMenu()
  2. {
  3. self._header["element"].alpha = 1;
  4.  
  5. for( i = 0; i < self._HUD.size; i++ )
  6. {
  7. self._HUD[i].alpha = 1;
  8. }
  9. }
Add Comment
Please, Sign In to add comment