Author Topic: What is package ammoguns2?  (Read 1249 times)

Ive tried hosting my server and whenever my bar reaches the "connection accepted" stage, it says
Code: [Select]
Got connect request from IPX:00000000:000000000000:0
  net name = Kantankerous Kunundrums
Connection established
Connected successfully, killing other pending connections
AUTHCHECK: Kantankerous Kunundrums = LAN client -> internet server, auth with server ip
Executing config/server/Slayer/config_last.cs.
Executing config/server/Slayer/config_preload.cs.
Activating package: AmmoGuns2
Activating package: AmmoGuns2
 package AmmoGuns2 is already active
Activating package: AmmoGuns2
 package AmmoGuns2 is already active
Activating package: AmmoGuns2
 package AmmoGuns2 is already active
Activating package: AmmoGuns2
what the hell does this mean?
(it freezes up and crashes afterwards with a "Blockland.exe has stopped working")


Is your game freezing or something when this happens?

Also, does this only happen when you have all of your add-ons enabled, or does it also happen when you only have default add-ons enabled?

Is your game freezing or something when this happens?

Also, does this only happen when you have all of your add-ons enabled, or does it also happen when you only have default add-ons enabled?
I have MOST of my addons enabled (not all)
Still crashes

I have MOST of my addons enabled (not all)
Still crashes

I'm suspecting that there is a problem with Slayer activating something, but I'm not sure how to read that.

Either try starting up your server without Slayer, or try starting up without any non default guns that use ammo systems.

I'm suspecting that there is a problem with Slayer activating something, but I'm not sure how to read that.

Either try starting up your server without Slayer, or try starting up without any non default guns that use ammo systems.
Except I need slayer for my server

Except I need slayer for my server
Then your second best option is the slow one. Disable all guns with ammo and enable them one at a time. Report the broken one to the creator and/or look for a fix.

Then your second best option is the slow one. Disable all guns with ammo and enable them one at a time. Report the broken one to the creator and/or look for a fix.
but im too loving lazy
besides some of my weapons are from daprogs

this happens with any weapon pack that uses space guys Script_AmmoGuns.cs...
tier tactical, frogs weaponry and warhammer 40k weaponry is affected since theyre using this

i believe he had a v1 version of AmmoGuns which is why its running constantly, to check if there is AmmoGuns ( original ) running
then deactivating the original one and running the v2 AmmoGuns

the solution is to remove that poece of code on the bottom and replace it with
activatePackage(AmmoGuns2); forgive me if im wrong, i hate coding

this happens with any weapon pack that uses space guys Script_AmmoGuns.cs...
tier tactical, frogs weaponry and warhammer 40k weaponry is affected since theyre using this

i believe he had a v1 version of AmmoGuns which is why its running constantly, to check if there is AmmoGuns ( original ) running
then deactivating the original one and running the v2 AmmoGuns

the solution is to remove that poece of code on the bottom and replace it with
activatePackage(AmmoGuns2); forgive me if im wrong, i hate coding
Oh my god you were right. I've been having the same issue for months, and now its resolved! Thank you!

Oh my god you were right. I've been having the same issue for months, and now its resolved! Thank you!
Taking my words back, now server is crashing after I accept rules. GOD DANGIT BOBBY!


but im too loving lazy
In that case... nobody cares? Not every issue can be resolved with a press of a button.

but im too loving lazy
Do what I did. Surf the weapons addons you have and replace ALL support_ammoguns with a script that has activatepackageammoguns(1); only or whatever I did. It only takes like 10mins.