Paintball Mask

Add Another Mod

 

Mod File number (downloads) -

MD5

Type -

HUDs

Server / Client -

Server Side

Mod Sub Cat -

MISC

Mod Version -

Total Views -

Mod screen shot -

Paintball Mask

Mod PK3

PK3 MD5

Mod External Info -

Game Type -

MOHAA

 

 

Mod Creator -

7th.DeltaAssassin

 

 

 

 

Mod Status -

Fully working no errors

 

Team -

 

Theme -

Paintball

Rating

Extra Credits -

 

Iinstall / info

PLEASE REPORT ANY BUGS TO

!!!
PLEASE REPORT ANY BUGS TO

!!!
PLEASE REPORT ANY BUGS TO

!!!
----------------------------

MOHAA Paintball Mask Version 0.5

Scripting: 7th.DeltaAssassin

(www.geocities.com/wakeskater21/mohaa.htm)

----------------------------

To insure better performance, please remove any mods
currently installed. Although this mod should not affect
regular gameplay, things happen.

----------------------------

***Install:
-Place "ZzZzZz-PaintballMask.pk3" in your mohaa/main directory.

***Un-Install:
-Remove "ZzZzZz-PaintballMask.pk3" from your mohaa/main directory.

----------------------------

MOHAA Paintball Mask Version 0.5 Features:

Adds a paintball mask overlay to your game.

----------------------------

TO ADD THE MASK TO CUSTOM MAPS USE THE FOLLOWING:

//ADD THIS AFTER THE "level waittill spawn" IN YOUR MAP SCRIPT!!!

thread paintballmask_start

end

roundbasedthread:

// Can specify different scoreboard messages for round based games here.

level waitTill prespawn

level waittill spawn

// set the parameters for this round based match
level.dmrespawning = 0 // 1 or 0
level.dmroundlimit = 5 // round time limit in minutes
level.clockside = kills // set to axis, allies, kills, or draw

level waittill roundstart

end

paintballmask_start:

wait 1
$player thread paintmask

end

paintmask:

iprintln ("Applying paintball mask in 3...")
wait 1
iprintln ("Applying paintball mask in 2...")
wait 1
iprintln ("Applying paintball mask in 1...")
wait 1
fadein 1
huddraw_shader 200 "textures/hud/gasmask_overlay"
huddraw_align 200 left top
huddraw_rect 200 0 0 640 480
huddraw_virtualsize 200 1
huddraw_color 200 1 1 1
huddraw_alpha 200 1
iprintln ("Paintball mask applied...")

end

----------------------------

Contact:

Contact me if you would like to join the team....
we are looking for a modler with experience in
creating animations.

Video