Attachment problem
Hello
I am trying something for a mod and I did this:
But here is my problem, how can I do that when I have ump45 with any kind of attachment changes? I mean for example if I go with a ump45_jfksdfhk_mp or a ump45_hfgygd_4bhgjh_mp it takes all my weapons and give me the thing you see above? 
I am trying something for a mod and I did this:
Code:
while(self getCurrentWeapon() == "ump45_mp")
{
self takeAllWeapons();
self giveWeapon("ump45_fmj_xmags_mp", 6, false);
self thread KillCamper();
wait 0.1;
}



, then I came here to ask, it doesnt work