Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release MW3 Server Addon
Hello guys, I am trying to configure a Quickscope server.

But when I set as weapon default classes with L118a or MSR (iw5_l96a1 / iw5_msr) when the weapon shoot the first shot the server crashes.

With other sniper rifles there is no problem.
addon.dll version 1.413 (also tested with 1.414) without any plugin.

The mw3 server version is the current one: v 1.9.388
I have a dedicated server and also tested with my Windows PC, still the same crashes.
As soon as I shoot with L118a or MSR the server windows closes.

Any idea how to fix it?
Thanks

Edit: More weapons crash the server (sniper, shotgun), all manual action.
MSR, L118A, SPAS12, KSG, WINCHESTER 1887
Reply

Hello guys after some works I finally fixed the addon for Bold Action server crash on MW3 1.9.388.
I also fixed the Extensions.cs class (with all new offset) which allow to make boxes and spawn models.

All the files are also available on github, if I found some spare time I can publish all the fixed plugin too on that repository.

https://github.com/xenio/mw3-addon

Thanks to Casper for his support.
Xenio.


Attached Files
.zip   addon-mw3-v19388.zip (Size: 207.68 KB / Downloads: 72)
Reply

(10-13-2019, 11:25)xenio Wrote: Hello guys, I am trying to configure a Quickscope server.

But when I set as weapon default classes with L118a or MSR (iw5_l96a1 / iw5_msr) when the weapon shoot the first shot the server crashes.

With other sniper rifles there is no problem.
addon.dll version 1.413 (also tested with 1.414) without any plugin.

The mw3 server version is the current one: v 1.9.388
I have a dedicated server and also tested with my Windows PC, still the same crashes.
As soon as I shoot with L118a or MSR the server windows closes.

Any idea how to fix it?
Thanks

Edit: More weapons crash the server (sniper, shotgun), all manual action.
MSR, L118A, SPAS12, KSG, WINCHESTER 1887

I got the same problem on my promod server, how to fix it ? <.< which file we need to replace?
Reply

Hello everyone!

So i ve been facing this problem quite a while now...

When i try to add this command to myOnSaysection:

bool suicide = Message == "!kill";
if (suicide)
{
PlayerSuicide(Client.ClientNum);
TellClient(Client.ClientNum, "^:Console: ^7You have committed ^1Suicide", true);
return ChatType.ChatNone;
}

nothing happens, except in chat the Client writes down!kill,without the actual code to trigger.

If anybody got something please share or help
Thank you!
Reply

(05-07-2020, 15:55)iLLuZioN Wrote: Hello everyone!

So i ve been facing this problem quite a while now...

When i try to add this command to myOnSaysection:

bool suicide = Message == "!kill";
if (suicide)
{
PlayerSuicide(Client.ClientNum);
TellClient(Client.ClientNum, "^:Console: ^7You have committed ^1Suicide", true);
return ChatType.ChatNone;
}

nothing happens, except in chat the Client writes down!kill,without the actual code to trigger.

If anybody got something please share or help
Thank you!

One year later:

The killl function was realesed in addon version 1.414 but this one let crash the server.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] ADDON + BOXES MW3 v1.9.388 xenio 0 2,559 01-04-2020, 12:39
Last Post: xenio
  How to set up your own modded server with server addon for supernoobs JariZ 133 105,660 03-04-2018, 16:14
Last Post: h1dexyz
  [Tutorial] How to install plugins to your MW3 Server JariZ 24 34,789 07-17-2017, 07:54
Last Post: syrvvp
  [Release] Linux Fix for Server Addon zxz0O0 54 33,701 05-21-2016, 14:18
Last Post: clacki
  Nukems MW3 Addon doesn't exist now what? graphix2004 3 4,203 03-19-2016, 22:17
Last Post: CashMoneyMedia
Video How to compile MW3 server plugins for supernoobs JariZ 57 44,365 07-24-2015, 14:06
Last Post: graphix2004
  Help 'Server rejected our connection request' blxw 0 3,162 02-15-2015, 21:58
Last Post: blxw
  Server cannot conect to service s.j-rez 3 3,804 07-14-2014, 18:54
Last Post: Casper
  Server crash claassic 0 2,370 06-20-2014, 19:54
Last Post: claassic
  Help Server crashes with addon. Reindeer 4 4,378 06-19-2014, 08:55
Last Post: Reindeer

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.