Raised This Month: $ Target: $400
 0% 

DoD Field Medic


Post New Thread Reply   
 
Thread Tools Display Modes
oms
Junior Member
Join Date: May 2009
Old 05-10-2009 , 09:50   Re: DoD Field Medic
Reply With Quote #11

ty vet for your reply. Again i'm new at configing a dod server. i do have hs and amxmodx. i like your plugin and would like you to assist me on the install. i did a search and no luck at this time.
oms is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-10-2009 , 14:28   Re: DoD Field Medic
Reply With Quote #12

http://wiki.amxmodx.org/Configuring_AMX_Mod_X#Plugins

Step 3 and 4. That is it.

If you need non-default values for cvars put them in amxx.cfg.
__________________
fysiks is offline
oms
Junior Member
Join Date: May 2009
Old 05-10-2009 , 21:06   Re: DoD Field Medic
Reply With Quote #13

hmmm ok i did as you suggested

Quote:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer


; Custom - Add 3rd party plugins here
;Medic Plugin
dod_fieldmedic_H.amxx
  1. Place the plugin's .amxx file in the addons/amxmodx/plugins folder. this file added to plugins folder : dod_fieldmedic_H.amxx
  2. Add the plugin's name to addons\amxmodx\configs\plugins.ini. this line was added to plugins.ini : dod_fieldmedic_H.amxx
  3. restarted server
Ok now then joined game and i have l bind to the medic command and i know the bind keys is working but dont hear the sound on server medic! so no sure its working properly.

so what can i try or do now?

Sorry again i'm new at this gs server stuff and i do appreciate your assistance ty.

Last edited by oms; 05-10-2009 at 21:09.
oms is offline
Vet
Veteran Member
Join Date: Jul 2006
Location: I|O wa
Old 05-10-2009 , 22:56   Re: DoD Field Medic
Reply With Quote #14

Type in console the command 'amx_plugins'. This wlll give you a list of plugins. Make sure its listed and says 'running' for the dod_fieldmedic plugin.
__________________
=====================================
- My Plugins -
=====================================
Vet is offline
Send a message via MSN to Vet
oms
Junior Member
Join Date: May 2009
Old 05-11-2009 , 00:03   Re: DoD Field Medic
Reply With Quote #15

Quote:
[ 1] Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.1.3746 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.1.3746 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.8.1.3746 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.1.3746 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.8.1.3746 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx running
[ 10] Plugin Menu 1.8.1.3746 AMXX Dev Team pluginmenu.amxx running
[ 11] Admin Chat 1.8.1.3746 AMXX Dev Team adminchat.amxx running
[ 12] Anti Flood 1.8.1.3746 AMXX Dev Team antiflood.amxx running
[ 13] Scrolling Message 1.8.1.3746 AMXX Dev Team scrollmsg.amxx running
[ 14] Info. Messages 1.8.1.3746 AMXX Dev Team imessage.amxx running
[ 15] Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running
[ 16] NextMap 1.8.1.3746 AMXX Dev Team nextmap.amxx running
[ 17] Nextmap Chooser 1.8.1.3746 AMXX Dev Team mapchooser.amxx running
[ 18] TimeLeft 1.8.1.3746 AMXX Dev Team timeleft.amxx running
[ 19] Pause Plugins 1.8.1.3746 AMXX Dev Team pausecfg.amxx running
[ 20] Stats Configuration 1.8.1.3746 AMXX Dev Team statscfg.amxx running
[ 21] unknown unknown unknown dod_fieldmedic_ bad load
( 21) Load fails: Failed to allocate memory (plugin "dod_fieldmedic_H.amxx")

hmmm and i did as i was told...
oms is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-11-2009 , 02:17   Re: DoD Field Medic
Reply With Quote #16

I think you've done everything right, dod_fieldmedic_H.amxx is the one that is messed up by the webcompiler. Try the other one.

If you really want the HamSandwich one, myself or possibly Vet can get you the correctly compiled amxx file.
__________________

Last edited by fysiks; 05-11-2009 at 02:20.
fysiks is offline
oms
Junior Member
Join Date: May 2009
Old 05-11-2009 , 08:03   Re: DoD Field Medic
Reply With Quote #17

vet & fysiks.... ty that one works now.

now i want these one all in:

DoD Stats 1.8.1.3746 AMXX Dev Team stats.amxx running
DoD Sounds Precache 1.8.1.3746 AMXX Dev Team statssounds.amx running
Stats Logging 1.8.1.3746 AMXX Dev Team stats_logging.a running
Plugin Gore 1.0 mike_cao dod_gore_196.am running
DoD TK Revenge 1.1 AMXX DoD Team dod_tkrevenge.a running
Swear Filter 1.0a SuicideDog swear_filter.am running
Admin Gag 1.8.2 EKS admin_gag.amxx running
DoD Score Rewards 1.96beta AMXX DoD Team dod_scorereward running
DoD EvilAdmin 0.5beta AMXX DoD Team dod_eviladmin.a running

dod_mg_mustdeploy 76.4 =|[76AD]|= Tatsu dod_mg_mustdepl running
DOD Deathnades 2.1H Vet(3TT3V) dod_deathnades_ running
(

Last edited by oms; 05-11-2009 at 09:48.
oms is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-11-2009 , 14:35   Re: DoD Field Medic
Reply With Quote #18

Thats off topic, btw. If you mean All-In-One then there is no point. Use them as is.
__________________
fysiks is offline
Vet
Veteran Member
Join Date: Jul 2006
Location: I|O wa
Old 05-12-2009 , 00:14   Re: DoD Field Medic
Reply With Quote #19

Both versions compile again.
__________________
=====================================
- My Plugins -
=====================================
Vet is offline
Send a message via MSN to Vet
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 18:35.


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