No pistols Mod

Started by F3n1x, March 29, 2005, 04:00:01 PM

Previous topic - Next topic

F3n1x

Does anyone know where I can download 1 at or can make a no pistols mod for me...I need this reall bad because Im tired of pistols in my server...this is much appreciated....please send to or if you would rather put it up for download somewhere this is much appreciated..

   

   thanks......Oh yeah this is for Mohaa

Guest

u got any other weapons mods going on?

   

   if not i will do 4 u tmoz

   

Elgan {sfx}

if u search for my weapons limiter beta it does it.

F3n1x

cool thanks ssuk, and elgan is it able to take out pistols and grenades?

   

   I have another weapon limiter on my server that only takes away the basic weapons but not grenades or pistols......but sometimes when I take out certain weapons people are still able to get that weapon that I took out...I got WLV2b from modtheatre.com but its still buggy I think.....If your limiter takes out the weapons I choose then that would be awsome or I can just use ssuk's no pistol mod he will make...

   

   thanks for the help guys :)

Elgan {sfx}

whats WLV2b?

   

   and my limiter can limit or take any weapon in the game. can also swap the weapons.

   

F3n1x

you  think I can use your limiter and another limiter I got from Modtheatre and I wont have any conflicts???.So say if I just want your limiter to take out only pistols and grenades and the other one for the rest of the weapons you think I would be able to do this??? Ill see if I can find a link to the download so you can check out the other one...the other one is kinda nifty because its a menu inside the game that you can limit weapons and make it snipers only ect. I havent used yours yet because I dont get where to put numbers or whatever...

   

   here is the link to the other mod..

   www.modtheater.com/forum/showthread.php?t=10203

   

   if this messes with the rules or whatever you can take the link out once you see it elgan..

   

   thanks

F3n1x

ssuk, any luck on the pistol mod?

Guest

http://www.mods-r-us.net/datas/users/2242-no_pistols.zip">http://www.mods-r-us.net/datas/users/2242-no_pistols.zip

   

   There are many other ways - this one just completely removes pistol options from the game.

   

   Extract the pk3 and put it in main on server

F3n1x

thanks man :)

   

   yeah I wanted the pistols completely removed from the server because I hate people that run around with just pistols and kill people :(

   

   Thanks again..you kickass modder :) hehe cya

Guest

Hehe TY

   but

   if you open up the mod u will see how ridiculously simple it is

   

   This is my scr for limiting weapons in each map

   

   weapons:

   

   

   while (1)

   {

   

   

   // give or take item/weapon

   

   $player give models/weapons/kar98sniper.tik      // axis sniper rifle

   $player give models/weapons/kar98.tik         // axis rifle

   $player give models/weapons/p38.tik         // axis pistol

   $player give models/weapons/mp40.tik         // axis sub-machine gun

   $player give models/weapons/mp44.tik         // axis machine gun

   $player give models/weapons/steilhandgranate.tik   // axis nade

   $player take models/weapons/panzerschreck.tik      // axis rocket launcher

   $player give models/weapons/springfield.tik      // allied sniper rifle

   $player give models/weapons/bar.tik         // allied rifle

   $player give models/weapons/colt45.tik         // allied pistol

   $player give models/weapons/thompsonsmg.tik      // allied sub-machine gun

   $player give models/weapons/m1_garand.tik      // allied machine gun

   $player give models/weapons/m2frag_grenade.tik      // allied nade

   $player take models/weapons/bazooka.tik         // allied rocket launcher

   $player take models/weapons/shotgun.tik         // shotgun

   $player take models/items/binoculars.tik      // binoculars

   

   wait 3

   

   }

   

   end

   

   

   If you add that thread to each map.scr file you can give/take weapons to/from every player everytime they respawn.

   

   The benefit here is that you can set what weapons are avaible for every map.

   

   So if you wanted sniper only on stalingrad you would add to dm/mohdm6.scr the following:

   

   

   weapons:

   

   

   while (1)

   {

   

   

   // give or take item/weapon

   

   $player give models/weapons/kar98sniper.tik      // axis sniper rifle

   $player take models/weapons/kar98.tik         // axis rifle

   $player take models/weapons/p38.tik         // axis pistol

   $player take models/weapons/mp40.tik         // axis sub-machine gun

   $player take models/weapons/mp44.tik         // axis machine gun

   $player take models/weapons/steilhandgranate.tik   // axis nade

   $player take models/weapons/panzerschreck.tik      // axis rocket launcher

   $player give models/weapons/springfield.tik      // allied sniper rifle

   $player take models/weapons/bar.tik         // allied rifle

   $player take models/weapons/colt45.tik         // allied pistol

   $player take models/weapons/thompsonsmg.tik      // allied sub-machine gun

   $player take models/weapons/m1_garand.tik      // allied machine gun

   $player take models/weapons/m2frag_grenade.tik      // allied nade

   $player take models/weapons/bazooka.tik         // allied rocket launcher

   $player take models/weapons/shotgun.tik         // shotgun

   $player take models/items/binoculars.tik      // binoculars

   

   wait 3

   

   }

   

   end

   

   

   Watch out for the next release of Elgan {sfx} anti-camper mod - that will include a weapons limiter (and more :))