amx mod help !!!
-
- A regular
- Posts: 51
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Sep 06, 2004 4:32 pm
- Location: sugarland tx
amx mod help !!!
ya where can i go to get plugins like when sum tks u can choose there death and how do u change voteing
-
- A regular
- Posts: 51
- Joined: Mon Sep 06, 2004 4:32 pm
- Location: sugarland tx
ok for the first question i would recommend ATAC (Advanced Team Attack Control)
you can find that on the amx website or here: http://omikron.nuclearfallout.net/amx_atac.zip (read the installation instructions, they help alot.)
2nd question "how do u change voteing"? Im not really sure what you mean, map vote? You can changes the maps to be voted on in amx/config/maps.ini.
You can change the percentage of votes needed to win in amx/config/amx.cfg
3rd: to disable mods:
go to your control panel, go to filemanager, select the file "addons/metamod/plugins.ini" and edit it
you will see lines in there like this:
this means that both of those mods are active.
to disable 1 or more, put a ";" infront of the line.
so like if you want to disable amx, make it look like this:after that, restart your server and what ever changes you made will happen. glhf
you can find that on the amx website or here: http://omikron.nuclearfallout.net/amx_atac.zip (read the installation instructions, they help alot.)
2nd question "how do u change voteing"? Im not really sure what you mean, map vote? You can changes the maps to be voted on in amx/config/maps.ini.
You can change the percentage of votes needed to win in amx/config/amx.cfg
3rd: to disable mods:
go to your control panel, go to filemanager, select the file "addons/metamod/plugins.ini" and edit it
you will see lines in there like this:
Code: Select all
win32 addons/adminmod/dlls/admin_MM.dll
win32 addons/amx/dlls/amx_mm.dll
to disable 1 or more, put a ";" infront of the line.
so like if you want to disable amx, make it look like this:
Code: Select all
win32 addons/adminmod/dlls/admin_MM.dll
;win32 addons/amx/dlls/amx_mm.dll
-
- A regular
- Posts: 51
- Joined: Mon Sep 06, 2004 4:32 pm
- Location: sugarland tx
-
- A regular
- Posts: 51
- Joined: Mon Sep 06, 2004 4:32 pm
- Location: sugarland tx