Downloads containing ab18btl09.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Anniversary Bash 21 Levels Jazz2Online Multiple N/A Download file
JJ2+ Only: SNXUSFeatured Download snzspeed Battle 9.1 Download file
TSF with JJ2+ Only: Anniversary Bash 18 Levels Jazz2Online Multiple N/A Download file

File preview

  1. // f complex!!!!!!
  2.  
  3. void onLevelLoad() {
  4.  
  5.         jjWeapons[8].comesFromGunCrates = true;
  6.         jjWeapons[9].comesFromGunCrates = true;
  7.  
  8. }
  9.  
  10. void onLevelReload() {
  11.  
  12.         jjWeapons[8].comesFromGunCrates = true;
  13.         jjWeapons[9].comesFromGunCrates = true;
  14.  
  15. }
  16.  
  17.