Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if (opt.Item.multibullets)
  2. {
  3.  
  4. if (pMyInfo->GetWeaponType3 == 0 || pMyInfo->GetWeaponType3 == 1)
  5. pMyInfo->GetWeaponType1 = 2;
  6.  
  7.  
  8. }
  9. if (opt.Item.longknife)
  10. {
  11.  
  12. if (pMyInfo->GetWeaponType3 == 2)
  13. pMyInfo->GetWeaponType1 = 2;
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement