Raised This Month: $51 Target: $400
 12% 

DoD Plugin...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SlimMan
New Member
Join Date: Jan 2006
Old 01-05-2006 , 12:04   DoD Plugin...
Reply With Quote #1

Hi,

I have looked and haven't had any luck finding a plug-in that will allow me to give / take weapons in Day of Defeat. If anyone can help me out with this I sure would appreciate it!

Thanks, Slim!
SlimMan is offline
Zor
Veteran Member
Join Date: Mar 2004
Location: Toronto, ON
Old 01-05-2006 , 16:14  
Reply With Quote #2

Do you mean strip players of their weapons? If so look here:

http://www.dodplugins.net/viewtopic.php?t=393

Cheers!
__________________
Zor is offline
Send a message via AIM to Zor Send a message via MSN to Zor Send a message via Yahoo to Zor
SlimMan
New Member
Join Date: Jan 2006
Old 01-05-2006 , 16:37  
Reply With Quote #3

No, although that is nice I want something that will allow me to actually enable / give weapons on a map that doesn't normally have them Ava.

Thanks, Slim!
SlimMan is offline
Zor
Veteran Member
Join Date: Mar 2004
Location: Toronto, ON
Old 01-05-2006 , 17:48  
Reply With Quote #4

Ahhhh....specifics...you can then use other plugins there. If not...have fun. Use Stripper2 here at amxmodx forums you will have to add the following to each map that you want to edit with stripper:

http://forums.alliedmods.net/showthread.php?t=10713

Lets say you want para weapons on both sides:

Code:
REMOVE
{
classname info_doddetect
}

ADD
{
classname info_doddetect
detect_allies_infinite 1
detect_axis_infinite 1
detect_allies_paras 1
detect_axis_paras 1
detect_points_axiseliminated 5
detect_points_allieseliminated 5
detect_target_allieseliminated All Allies Eliminated!
detect_target_axiseliminated All Axis Eliminated!
detect_use_timer 0
detect_timer_team 0
detect_points_timerexpired 5
detect_allies_respawnfactor 1.0
detect_axis_respawnfactor 1.0
}
This will give both sides para weapons. However if you wish to be a bit more precise, Avalanche should have Brit On Allies side. So use this instead:

Code:
REMOVE
{
classname info_doddetect
}

ADD
{
classname info_doddetect
detect_allies_infinite 1
detect_axis_infinite 1
detect_allies_country 1
detect_axis_paras 1
detect_points_axiseliminated 5
detect_points_allieseliminated 5
detect_target_allieseliminated All Allies Eliminated!
detect_target_axiseliminated All Axis Eliminated!
detect_use_timer 0
detect_timer_team 0
detect_points_timerexpired 5
detect_allies_respawnfactor 1.0
detect_axis_respawnfactor 1.0
}

Cheers!
__________________
Zor is offline
Send a message via AIM to Zor Send a message via MSN to Zor Send a message via Yahoo to Zor
SlimMan
New Member
Join Date: Jan 2006
Old 01-11-2006 , 14:37  
Reply With Quote #5

Thanks Zor!

Slim!
SlimMan is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:12.


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