Download Script: FlagAlert

Rockey, when I get home, your new uncompiled scripts are the first things I'm grabbing, which will make them the first mods of anyone's I've downloaded. Superb work, bud.
 
The box is kinda blocking the text box, could it be possibly to update it so that its in dead center-left of the screen like it was on IA?
 
The box is kinda blocking the text box, could it be possibly to update it so that its in dead center-left of the screen like it was on IA?
Talking about FlagHud?
And no, I'm not planning on making 10 versions based on requests.
However you can mod it yerself. Open the FlagHud.cs file with notepad and edit these lines.
Code:
%this.setHudElementPosition(%index, 10, 525);
...
%this.setHudElementPosition(%index, 52, 525);
...
%this.setHudElementPosition(%index, 55, 525);

...and change the 525 values to about 300.
 
Back
Top