Jump to content
  • 0

RPT Spam WAI


Assomnia

Question

Hello all !!!
I have serious issues with WAI Mission
I followed the steps from here : https://github.com/f3cuk/WICKED-AI

and took the files from there as well, but it looks like its a serious fiesta in my RPT because of those lines :

 

"Duplicate magazine 30Rnd_556x45_Stanag detected (id 2:885) in slots Single and Single"
"Duplicate magazine 30Rnd_556x45_Stanag detected (id 2:885) in slots Single and Burst"
"Duplicate magazine 30Rnd_556x45_Stanag detected (id 2:885) in slots Single and FullAuto" 

I have like 10000 lines from that everytime AI spawn on the map. I suspect the function.sqf where you can find that :

 
 
if (count _ammoArray > 0) then {
_result = _ammoArray select 0;
call {
if(_result == "20Rnd_556x45_Stanag") exitWith { _result = "30Rnd_556x45_Stanag"; };
if(_result == "30Rnd_556x45_G36") exitWith { _result = "30Rnd_556x45_Stanag"; };
if(_result == "30Rnd_556x45_G36SD") exitWith { _result = "30Rnd_556x45_StanagSD"; };
};
};

_result

Can someone help me to fix that ? Any idea ?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...