Page 1 of 1
2 questions
Posted: Mon Aug 01, 2005 4:36 pm
by GUNN3R17
2 questions....
1) what file do i need to edit to make certain settings for certain maps turn on automaticly....example---low grav on scoutknivez
2) can i make it turn certain plugins on and off aswell or do i need to get another plugin to have it do that?
Posted: Tue Aug 02, 2005 2:27 am
by Frozen Flame
phew ok, well are we talking 1.6 or source here.
Posted: Tue Aug 02, 2005 1:59 pm
by nightscream
create a folder called maps in addons/amxmodx/configs
create a .cfg file with the map name
example
de_dust.cfg
--------------------
open the .cfg with a text editor and put the things you want in it
like sv_gravity 200
for pausing plugins do
amx_pause plugin name
Posted: Tue Aug 02, 2005 9:17 pm
by GUNN3R17
thanks nightscream...thats what i was looking for

Posted: Mon Aug 08, 2005 7:00 pm
by GUNN3R17
one other thing? what do i type in the server cfg to make it start up with a certain plugin paused? and when it change maps it will repuse that plugin aswell.
i tried "nameofplugin 0" "amx_nameofplugin 0"
am i way off of what the command is or do i have to type something in another folder?
Posted: Mon Aug 08, 2005 8:04 pm
by Lazarus Long
Hello, GUNN3R17:
GUNN3R17 wrote:i tried "nameofplugin 0" "amx_nameofplugin 0"
am i way off of what the command is or do i have to type something in another folder?
You are looking for:
and the corresponding:
Bare in mind that this doesn't work well with all plugins, the more complex ones need to either be set a CVAR or sent a command to stop them prior pausing, so you'll have to read each plugin documentation on how to stop and/or pause it.
Regards,
Posted: Mon Aug 08, 2005 8:48 pm
by GUNN3R17
thats what i was looking for (amxx pause <plugin>) thanks
the people here are so helpful...gotta love this forum
