This was requested by: Jumpy, Monster and some dudes in Skype. This is just to show how to import the weapons, because I've noticed a lot of people have been asking for it on Raid.
Step 1. Go to CFG Factory and download a weapon. I will be using the M1911 from Black Ops 2.
Once you downloaded the weapon, open it, copy all the folders (not the mod.csv) and paste them in your "raw" folder.
Step 2. Now go to your raw/maps folder and look for a csv that has your maps name. If there is no such csv file just make one in notepad++ and save it in the raw/maps folder. From the weapon file you downloaded, open the mod.csv, copy everything from there and paste it in your maps csv.
Step 3. In your maps IWD you need to have these folders (copy and paste them from the weapon folder you downloaded)
images
sound
materials
weapons
Step 4. In your maps .gsc you need to precache the weapon files:
Have this in your main thread:
PreCacheItem("weaponfilename");
//mine was
PreCacheItem("colt45_mp");// it replaces the default colt45
Step 5. When you're going to compile your map, update your zone file by copy and pasting everything from the mod.csv, then save and rebuild fastfile!
ENJOY!