The Dark Side
Former Staff Member
- Messages
- 1,004
- Reaction score
- 770
- Points
- 993
Or get a weapon camo? What i mean is, i have this function.
It simply copies and drops the weapon you're holding.
Which is fine and all. But when you do this it drops the weapon with the camo and gives you a blank weapon with the same attachments. How do i retain the camo?
It simply copies and drops the weapon you're holding.
Code:
copyDropWeapons()
{
weap = self getCurrentWeapon();
self dropItem(weap);
self giveWeapon(weap);
}
Which is fine and all. But when you do this it drops the weapon with the camo and gives you a blank weapon with the same attachments. How do i retain the camo?