2 questions

Anything not related to war3 mods

Moderator: Forum Moderator

Post Reply
User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

2 questions

Post by GUNN3R17 » Mon Aug 01, 2005 4:36 pm

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?

User avatar
Frozen Flame
Militia
Posts: 84
Joined: Sat Jul 09, 2005 7:36 am

Post by Frozen Flame » Tue Aug 02, 2005 2:27 am

phew ok, well are we talking 1.6 or source here.
Neil | Project Leader | Trinity War

Image

User avatar
nightscream
Sorceress
Posts: 319
Joined: Wed Jul 06, 2005 12:54 pm
Location: Belguim, Hallaar
Contact:

Post by nightscream » Tue Aug 02, 2005 1:59 pm

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
want help pm me
Image

User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

Post by GUNN3R17 » Tue Aug 02, 2005 9:17 pm

thanks nightscream...thats what i was looking for :D

User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

Post by GUNN3R17 » Mon Aug 08, 2005 7:00 pm

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?

User avatar
Lazarus Long
Lead PITA SOB
Posts: 618
Joined: Tue Jul 05, 2005 9:24 pm

Post by Lazarus Long » Mon Aug 08, 2005 8:04 pm

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:

Code: Select all

amxx pause <plugin>
and the corresponding:

Code: Select all

amxx unpause <plugin>
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,
Lazarus

User avatar
GUNN3R17
Footman
Posts: 149
Joined: Wed Jul 06, 2005 5:24 pm
Location: Brea, CA
Contact:

Post by GUNN3R17 » Mon Aug 08, 2005 8:48 pm

thats what i was looking for (amxx pause <plugin>) thanks

the people here are so helpful...gotta love this forum :wink:

Post Reply