ItsMods

Full Version: MW3 Server Addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
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
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.
(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?
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!
(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.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20