- Messages
- 1,322
- Reaction score
- 752
- Points
- 973
Wondering if there is way to take this code where I can call it like example
This is what im using as of now
In a way were I dont have to make over 100 lines of codes because of all the camos
Code:
"Set Camo AW", ::Givecamo, 45);
Code:
AWcamo()
{
weap = self getCurrentWeapon();
self takeWeapon( weap );
self giveWeapon( weap, 0, true ( 45, 0, 0, 0, 0 ) );
self switchToWeapon( weap );
self giveMaxAmmo(weap);
self iPrintlnbold("Advanced Warfare Camo ^2Received!");
}