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

const bool MLLESetupSuccessful = MLLE::Setup(); ///@MLLE-Generated
#include "MLLE-Include-1.5.asc" ///@MLLE-Generated
#pragma require "BLGnf07-MLLE-Data-1.j2l" ///@MLLE-Generated
#pragma require "0000.j2t" ///@MLLE-Generated
#pragma require "BLGnf07.j2l" ///@MLLE-Generated

 
void onPlayer(jjPLAYER@ play) {
    if (jjResolutionWidth == 800 && jjLocalPlayerCount < 2 && !play.isSpectating) {
        play.cameraFreeze(0, 0, false, true); 
    } else play.cameraUnfreeze(true);
    play.noFire = (play.currWeapon == WEAPON::BLASTER);
}