plug in failure

Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
Post Reply
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Oct 04, 2014 9:26 am

plug in failure

Post by Crazyhorsecdn »

I had a custom flag plug in running on my server which is a day of defeat server since I had the server wiped I can't seem to get it to work , every time I try to install the plug in it stops the server and I can't seem to get it up and running any ideas what might be causing the crash ?? the plug in is compiled to the newest version
doulos9
This is my homepage
This is my homepage
Posts: 200
Joined: Sun Sep 15, 2013 9:44 pm

Re: plug in failure

Post by doulos9 »

Are you using the same version of MM:S, and SM as you were when the plugin worked?
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
Joined: Sat Oct 04, 2014 9:26 am

Re: plug in failure

Post by Crazyhorsecdn »

yes everything is the same the only I did was re-compile the plug in for an updated version
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: plug in failure

Post by soja »

Is this DoD:S, or normal Day of defeat?

If source, have you checked your console.log and your sourcemod error log files?
Not a NFO employee
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
Joined: Sat Oct 04, 2014 9:26 am

Re: plug in failure

Post by Crazyhorsecdn »

I have reg dod I was thinking it might be that I'm using a windows server instead of a Linux server
$atanic $pirit
This is my homepage
This is my homepage
Posts: 251
Joined: Tue Jan 28, 2014 5:32 am

Re: plug in failure

Post by $atanic $pirit »

Regular one uses amxmodx, so check amxmodx/logs folder for answers.

You said it could be because of OS change. Well in that case did you check, if you have all the modules?
Image
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
Joined: Sat Oct 04, 2014 9:26 am

Re: plug in failure

Post by Crazyhorsecdn »

everything I have on the server is up to date and hopefully it stays that way I was just saying that I had a Linux server a few years ago and it was a lot easier to work on these windows server aren't bad they still do the job they suppose to but since I had the server wiped everything works except my customize flags plug ins now I have been banging my head off the walls trying to figure it out and still come to the same thing blank , stumped ..... :?
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
Joined: Sat Oct 04, 2014 9:26 am

Re: plug in failure

Post by Crazyhorsecdn »

Here is 2 new errors I get after I loaded plug ins on my server I followed the instruction on where to put everything and I get these :

Error loading ini file: addons/amxmodx/configs/dod_blockexploits.ini

[AMXX] Plugin file open error (plugin "dod_antihack.amxx")

I am still looking for the ini file for antihack which it calls for but can't seem to find it anywhere I would appreciate it if somebody had any ideas how to rectify these errors
$atanic $pirit
This is my homepage
This is my homepage
Posts: 251
Joined: Tue Jan 28, 2014 5:32 am

Re: plug in failure

Post by $atanic $pirit »

Do you have the source code for that plugin? Although I don't think it has anything to do with your Flag plugin.

Can you post the plugin links here, so we can take a better look.
Image
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
Joined: Sat Oct 04, 2014 9:26 am

Re: plug in failure

Post by Crazyhorsecdn »

here is the link for the anti hack plug in :
http://dod.antihax.free.fr/index_fr.html

the block exploit is no longer in circulation pending release of code
here is the link to dodplugins.net in regards to the block exploit plug in :
http://www.dodplugins.net/forums/showthread.php?t=1230
with the block exploit plug in I have had it for a while and just updated it
$atanic $pirit
This is my homepage
This is my homepage
Posts: 251
Joined: Tue Jan 28, 2014 5:32 am

Re: plug in failure

Post by $atanic $pirit »

Can you also post the link to the flag plugin. I understand that anti-hack plugin isn't working as well, but technically the flag plugin should be independent of any anti-hack plugin.

Also can you post the output of the following command?

Code: Select all

meta list
Image
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
Joined: Sat Oct 04, 2014 9:26 am

Re: plug in failure

Post by Crazyhorsecdn »

here is the link for the custom flags :
http://www.dodplugins.net/forums/showthread.php?t=838

as for the meta command this is what comes up :

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.3-d ini Start ANY
[ 2] DoDX RUN - dodx_amxx.dll v1.8.3-d pl1 ANY ANY
[ 3] Fun RUN - fun_amxx.dll v1.8.3-d pl1 ANY ANY
[ 4] Engine RUN - engine_amxx.dll v1.8.3-d pl1 ANY ANY
[ 5] DoD Fun RUN - dodfun_amxx.dll v1.8.3-d pl1 ANY ANY
[ 6] FakeMeta RUN - fakemeta_amxx.dl v1.8.3-d pl1 ANY ANY
[ 7] Ham Sandwich RUN - hamsandwich_amxx v1.8.3-d pl1 ANY ANY
7 plugins, 7 running
$atanic $pirit
This is my homepage
This is my homepage
Posts: 251
Joined: Tue Jan 28, 2014 5:32 am

Re: plug in failure

Post by $atanic $pirit »

The reason why your anti-hack plugin is failing is because you are missing socket module. You need to install that module and see if that works.

I don't see any reasons for the flag plugin not to work, but try the attached file and see if that helps. You sure you are using the cvars and models ?
SO AGAIN, you NEED to provide your OWN models for this plugin to work... do not try using the plugin without having your own flags ready in the server files !!

CVARS for amxx.cfg

Code: Select all

dod_cpflag_set "models/76AD/AD76_Flags01.mdl" //multiflag model set (requires 8 bodystyles - see original flag set)
dod_cpflag_n "models/76AD/AD76_n.mdl" //single body style model
dod_cpflag_u "models/76AD/AD76_u.mdl" //single body style model

NOTE: You MUST use all 3 cvars and you MUST have a model of your own for each of them ... if you only use 1 or 2 of the cvars then the plugin will be looking for MY models ...

NOTE: The model used for the "set" must contain the AXIS flag as the first one (for those maps who do not normally use a "set" but individual files for each "type" of flag... the "set" is used to display the AXIS flag if used this way)
Attachments
dod_customize_flags.rar
(1.51 KiB) Downloaded 180 times
Image
User avatar
Crazyhorsecdn
New to forums
New to forums
Posts: 13
Joined: Sat Oct 04, 2014 9:26 am

Re: plug in failure

Post by Crazyhorsecdn »

well I have finally got the flags working and now working on the rest of my mistakes I got a coder to look at my server and he is fixing everything so thank you guys for all your help appreciate it
Post Reply