Downloads containing BLGnf07.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Several asymmetrical... Rysice Multiple N/A Download file
TSF with JJ2+ Only: Tiny village Rysice Battle N/A Download file

File preview

  1. const bool MLLESetupSuccessful = MLLE::Setup(); ///@MLLE-Generated
  2. #include "MLLE-Include-1.5.asc" ///@MLLE-Generated
  3. #pragma require "BLGnf07-MLLE-Data-1.j2l" ///@MLLE-Generated
  4. #pragma require "0000.j2t" ///@MLLE-Generated
  5. #pragma require "BLGnf07.j2l" ///@MLLE-Generated
  6.  
  7.  
  8. void onPlayer(jjPLAYER@ play) {
  9.     if (jjResolutionWidth == 800 && jjLocalPlayerCount < 2 && !play.isSpectating) {
  10.         play.cameraFreeze(0, 0, false, true);
  11.     } else play.cameraUnfreeze(true);
  12.     play.noFire = (play.currWeapon == WEAPON::BLASTER);
  13. }
  14.