Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. this->SkinConfigs.emplace(WEAPON_DEAGLE, new SkinProp);
  2. // this->SkinConfigs.emplace(WEAPON_ELITE, new SkinProp);
  3. // this->SkinConfigs.emplace(WEAPON_FIVESEVEN, new SkinProp);
  4. // this->SkinConfigs.emplace(WEAPON_GLOCK, new SkinProp);
  5. // this->SkinConfigs.emplace(WEAPON_AK47, new SkinProp);
  6. // this->SkinConfigs.emplace(WEAPON_AUG, new SkinProp);
  7. // this->SkinConfigs.emplace(WEAPON_AWP, new SkinProp);
  8. // this->SkinConfigs.emplace(WEAPON_FAMAS, new SkinProp);
  9. // this->SkinConfigs.emplace(WEAPON_G3SG1, new SkinProp);
  10. // this->SkinConfigs.emplace(WEAPON_GALILAR, new SkinProp);
  11. // this->SkinConfigs.emplace(WEAPON_M249, new SkinProp);
  12. // this->SkinConfigs.emplace(WEAPON_M4A1 , new SkinProp);
  13. // this->SkinConfigs.emplace(WEAPON_MAC10, new SkinProp);
  14. // this->SkinConfigs.emplace(WEAPON_P90, new SkinProp);
  15. // this->SkinConfigs.emplace(WEAPON_UMP45, new SkinProp);
  16. // this->SkinConfigs.emplace(WEAPON_XM1014, new SkinProp);
  17. // this->SkinConfigs.emplace(WEAPON_BIZON, new SkinProp);
  18. // this->SkinConfigs.emplace(WEAPON_MAG7, new SkinProp);
  19. // this->SkinConfigs.emplace(WEAPON_NEGEV, new SkinProp);
  20. // this->SkinConfigs.emplace(WEAPON_SAWEDOFF, new SkinProp);
  21. // this->SkinConfigs.emplace(WEAPON_TEC9 , new SkinProp);
  22. // this->SkinConfigs.emplace(WEAPON_HKP2000, new SkinProp);
  23. // this->SkinConfigs.emplace(WEAPON_MP7, new SkinProp);
  24. // this->SkinConfigs.emplace(WEAPON_MP9, new SkinProp);
  25. // this->SkinConfigs.emplace(WEAPON_NOVA, new SkinProp);
  26. // this->SkinConfigs.emplace(WEAPON_P250, new SkinProp);
  27. // this->SkinConfigs.emplace(WEAPON_SCAR20, new SkinProp);
  28. // this->SkinConfigs.emplace(WEAPON_SG556, new SkinProp);
  29. // this->SkinConfigs.emplace(WEAPON_SSG08, new SkinProp);
  30. // this->SkinConfigs.emplace(WEAPON_KNIFE, new SkinProp);
  31. // this->SkinConfigs.emplace(WEAPON_KNIFE_T, new SkinProp);
  32. // this->SkinConfigs.emplace(WEAPON_M4A1_SILENCER, new SkinProp);
  33. // this->SkinConfigs.emplace(WEAPON_USP_SILENCER, new SkinProp);
  34. // this->SkinConfigs.emplace(WEAPON_CZ75A, new SkinProp);
  35. // this->SkinConfigs.emplace(WEAPON_REVOLVER, new SkinProp);
  36. // this->SkinConfigs.emplace(WEAPON_KNIFE_BAYONET, new SkinProp);
  37. // this->SkinConfigs.emplace(WEAPON_KNIFE_FLIP, new SkinProp);
  38. // this->SkinConfigs.emplace(WEAPON_KNIFE_GUT, new SkinProp);
  39. // this->SkinConfigs.emplace(WEAPON_KNIFE_KARAMBIT, new SkinProp);
  40. // this->SkinConfigs.emplace(WEAPON_KNIFE_M9_BAYONET, new SkinProp);
  41. // this->SkinConfigs.emplace(WEAPON_KNIFE_TACTICAL, new SkinProp);
  42. // this->SkinConfigs.emplace(WEAPON_KNIFE_FALCHION, new SkinProp);
  43. // this->SkinConfigs.emplace(WEAPON_KNIFE_SURVIVAL_BOWIE, new SkinProp);
  44. // this->SkinConfigs.emplace(WEAPON_KNIFE_BUTTERFLY, new SkinProp);
  45. // this->SkinConfigs.emplace(WEAPON_KNIFE_PUSH, new SkinProp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement