Answered Is There A Way To Retain A Weapon Camo?

Status
Not open for further replies.

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
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.

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?
 
  • Like
Reactions: SCP

PS3PS3ITADEX

New Member
Messages
3
Reaction score
2
Points
3
Just void the entire drop weapon section. You have no reason to drop the gun, it'll just give you the new gun then you'll have 3. Simple
 
Status
Not open for further replies.
Top