Weapon Control Center V4

Add Another Mod

 

Mod File number (downloads) -

MD5

Type -

Admin Tools

Server / Client -

Server Side

Mod Sub Cat -

Weapon Limiter

Mod Version -

Total Views -

Mod screen shot -

Weapon Control Center V4

Mod PK3

PK3 MD5

Mod External Info -

Game Type -

MOHAA

 

 

Mod Creator -

Creaper

 

 

 

 

Mod Status -

Fully working no errors

 

Team -

 

Theme -

Rating

Extra Credits -

 

Iinstall / info

this mod will allow server admins to set cvars to limit weapons for there server

all you will need to do is set a cvar in your server.cfg

and this mod added all single player map to mutiplayer

and all weapon sounds serverside (no client fix needed)

also all single player maps will run in freeze tag gametype

the cvars are:

set sniper 1 // this will make your server sniper only

set rifle 1 // this will make your server rifle only

set sprinfield 1 // this will make your server springfield only

set kar98sniper 1 // this will make your server kar98sniper only

set m1grand 1 // this will make your server m1 only

set kar98 1 // this will make your server kar98 only

set shotgun 1 // this will make your server shotgun only

set rocket 1 // this will make your server bazzoka only

set all_weapons 1 // this will make your server all weapons

set smg 1 // this will make your server smg only

set mg 1 // this will make your server mg only

set pistol 1 // this will make your server pistol only

set dual_sniper 1 // this will make your server dual sniper only

no lean
set no_lean 1
relistic aiming
set breath 1
spawn protect
set spawn 1
force rate on clients 30000
set rate 1

you also can change the cvar on the fly

***NOTE*** if you have lets say sniper only on
you will need to set (set sniper 1) to (set sniper 0)
then set (set rifle 1) then do a rcon restart then the server will be rifles only

this mod uses mikes st files so if you use a custom st file you can add this to the

state STAND
{
states
{
PLAYER_SPAWNED : NEW_WEAPON
}
}

state PLAYER_SPAWNED
{
movetype legs

entrycommands
{
exec global/player_spawned.scr // execute script on spawned player
}

states
{
STAND_REAL : default
}
}

to install place in mohaa/main folder on the server
then pick 1 on the cvars you want for your server
and add it to your server.cfg

Video