Skip to content

lgg-archive/airmash-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tips for airma.sh

Content

In-game abilities

Custom flags

Type /flag FLAGNAMEHERE

  • communist
  • confederate
  • imperial
  • rainbow
  • jolly

Emotions

Emotes available:

  • /tf
  • /pepe
  • /clap
  • /lol
  • /bro
  • /kappa
  • /cry
  • /rage

Other

Fixing prowler in CTF game

!function(){
    let Players_reteam = Players.reteam;
    Players.reteam = function(data) {
        Players_reteam.call(Players, data);

        // fix the missing reassignment of game.myTeam
        if (data.id == game.myID)
            game.myTeam = data.team;
    };
}();

Invisible name

You will need to use Unicode:

Zoom-out hack

  • Original theme
  • code: javascript:(()=>{config.scalingFactor = 3500;Graphics.resizeRenderer(window.innerWidth,window.innerHeight);})()

Mods and API

Releases

No releases published

Packages

No packages published