Door Mod

Add Another Mod

 

Mod File number (downloads) -

MD5

Type -

MISC

Server / Client -

Server Side

Mod Sub Cat -

N/A

Mod Version -

1.0

Total Views -

Mod screen shot -

Door Mod

Mod PK3

PK3 MD5

Mod External Info -

Game Type -

MOHAA

 

 

Mod Creator -

=[M,A.W]=DoubleKill[CL] & =[M.A.W]=Bob UK [SA]

 

 

 

 

Mod Status -

Fully working no errors

 

Team -

 

Theme -

Rating

Extra Credits -

 

Iinstall / info

//************* DOOR MOD ***************
//Credits:
// - Scripting: =[M.A.W]= DoubleKill[CL]
// - Map compiling: =[M.A.W]= Bob UK [SA]

//------------ INSTRUCTIONS ------------
//This mod gives control to the doors.
//Too see how this mod works load the Souther France map
//The mod have 3 maps working but one map is missing because one door was not working
//If you whant to use this mod on another maps you need to just
//add a targetname to eatch door with the name "door" and will work.
//If you whant see what is the number of the door in the array
//set level.show_door_looking = 1

//To lock multiple doors create a array of doors you whant and send them
//to the thread locks the doors:
//ex:
//local.doors[1] = $door[12]
//local.doors[2] = $door[7]
//local.doors[3] = $door[9]

//thread lock_doors local.doors

//To unlock doors is for this thread:
//ex:
//local.doors[1] = $door[12]
//local.doors[2] = $door[7]
//local.doors[3] = $door[9]

//thread unlock_doors local.doors
//--------------------------------------

//**************************************

Video