Page 1 of 1
[Help] unloading gg51
Posted:
Tue Sep 06, 2011 9:54 pm
by bj_chev
Hi there
I could find anything on my problem.
I hope you guys can help me.
Every time I change the map (ex: to awp_indiav2) after having loaded gungame51 and unloaded again, nobody is able to pick up weapons (even if you get them at spawn).
It doesn't matter if I unload it with addon manager or with es_unload.
I though the problem could be gg_dead_strip 1.... but 0 didn't help either
Thanks
Posted:
Tue Sep 06, 2011 10:25 pm
by daggerclan
I assume you mean when switching from gungame to non-gungame.
Have you tried putting mp_weaponstay 1 in your server.cfg file?
Posted:
Tue Sep 06, 2011 11:18 pm
by bj_chev
did not help
Posted:
Wed Sep 07, 2011 4:35 pm
by daggerclan
I tried to re-create your problem but couldn't. Everything worked as it should so probably not a gungame issue.
Look at your other addons or plugins you're running. One of them may be causing the problem. Unload all of them and add them back one at a time until you find the culprit.
Posted:
Wed Sep 07, 2011 4:47 pm
by satoon101
I'm not sure what could be causing your issue. Once GunGame is unloaded, none of its code will be ran. Just a guess, but could you post the contents of your server's
../cfg/gungame51/gg_server.cfg file? Also, please post the contents of any log files in your server's
../cfg/gungame51/logs/ folder.
Also, in the future, please use our
Issues List to post bug reports. This system helps us to better keep track of issues. Thank you.
Satoon
Re: [Help] unloading gg51
Posted:
Wed Sep 07, 2011 6:35 pm
by bj_chev
@ satoon101 :
both files are empty... (except for the comment header)
@ daggerclan :
I did unload all addons.. except for mani admin
did't find anything that could be causing my problem
Posted:
Wed Sep 07, 2011 7:39 pm
by daggerclan
Are you running a no-block plugin? What's you're servers IP address?
Posted:
Wed Sep 07, 2011 8:05 pm
by bj_chev
no no-block
85.131.247.10:27115
Posted:
Wed Sep 07, 2011 10:30 pm
by daggerclan
I'm not seeing anything on your server that would cause this issue. You're running eventscripts_370, gungame51, showdamagemod and addon_manager. I'm not seeing any other addons and the server variables seem standard.
To eliminate gungame51 as the problem, comment out the es_load gungame51 line in your autoexec.cfg or however you load gungame. Restart your server then join and change the map to awp_india_v2. Do you get the awp? Can you see awp's on the ground?
Re: [Help] unloading gg51
Posted:
Thu Sep 08, 2011 12:40 am
by bj_chev
If I restart the server and do NOT load gungame, I can pick up any weapon on the ground...
Only after having loaded gg once and unloaded it again that all weapons on the ground are removed.
Posted:
Thu Sep 08, 2011 2:07 am
by satoon101
Are there "rounds" on awp_india_v2, or is it deathmatch? Just wondering if using the following after unloading gungame51 would make a difference:
You might try that just to see if it clears up anything.
If that still doesn't work, please install the following addon and have it loaded at the top of your autoexec.cfg file:
http://addons.eventscripts.com/addons/view/excepthookThis addon stores "all" EventScripts errors that the server encounters, and I'm still hoping that the issue is an error of some sort. Otherwise, the command above "should" fix the issue.
Satoon
Re: [Help] unloading gg51
Posted:
Thu Sep 08, 2011 6:58 pm
by bj_chev
mp_restartgame 2 did not fix it...
the content of exceptions.txt is:
09/08/2011 07:41:12 PM file > _libs/python/services/__init__.py
(line 44, in register) ExistingServiceException: 'auth already exists as a registered service.'
09/08/2011 07:41:12 PM file > _libs/python/services/__init__.py
(line 44, in register) ExistingServiceException: 'auth already exists as a registered service.'
I am unloading gungame in each /maps/cfg/<map>.cfg file instead of the server.cfg... is that a problem?
Posted:
Fri Sep 09, 2011 2:23 am
by satoon101
It might be. Try unloading it in the server.cfg and loading in the map configs. That is the way I used to do it when I ran a server.
Satoon