AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   How to disable friendly fire shots? (https://forums.alliedmods.net/showthread.php?t=68210)

pogsnet 03-10-2008 22:44

How to disable friendly fire shots?
 
I have disabled friendly fire in CS but other plugins (by default amx) enable it and ban who ever kills an ally. This is not useful if you are using tiny maps.

The Wizard 03-11-2008 04:08

Re: How to disable friendly fire shots?
 
write mp_friendlyfire 0 in server.cfg
or you can make some cfgs for maps (amxx 1.8.0)
Code:

As of AMX Mod X 1.8.0, you are now able to create config files for map prefixes. To do this, create a file called prefix_<prefix>.cfg, where <prefix> would mean de, cs, awp, surf, ect. All prefix config files go in the same location as per map, the amxmodx/configs/map/ directory.

configs/maps/prefix_de.cfg  - Would run on any de_* map.
configs/maps/prefix_cs.cfg  - Would run on any cs_* map.

Configuration files are map prefix first (prefix_de.cfg) and map configuration second (de_dust2.cfg).

For Counter-Strike, you can restrict certain weapons using these config files. It requires the restmenu.amxx plugin to be enabled on your server (usually is by default). You can find more information on how to do this here.

http://wiki.amxmodx.org/Configuring_...p_Config_Files

pogsnet 03-11-2008 04:52

Re: How to disable friendly fire shots?
 
TY hope it helps :)

ConnorMcLeod 03-11-2008 05:33

Re: How to disable friendly fire shots?
 
Have you installed a TK punish plugin ? (atac for example)

pogsnet 03-16-2008 08:22

Re: How to disable friendly fire shots?
 
1 Attachment(s)
No I dont have TK plugin. I am using default podbots all in 1 program downloaded at podbots official site. Plugins are preloaded already but too long to put here. (attached)

mp_friendlyfire 0 works but I have to enter it every time I create a game
because it returns back to friendly fire enabled. I think some plugin enables it.
I am using CS 1.6

:cry:

YamiKaitou 03-16-2008 11:08

Re: How to disable friendly fire shots?
 
Check your config files. It would seem one of them is setting it

Roach 03-26-2008 17:38

Re: How to disable friendly fire shots?
 
why not put mp_friendlyfire 0 into your server.cfg?

Orangutanz 03-26-2008 19:06

Re: How to disable friendly fire shots?
 
That package comes with ATAC 3.0.0
Navigate to:
amxmodx/configs/atac/mod.cfg
In there you will find: mp_friendlyfire 1

If you don't even want to use ATAC just delete:
plugins-atac.ini

Which is found inside amxmodx/configs directory.


All times are GMT -4. The time now is 01:33.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.