Post: Camo Changer Problems [GSC]
12-19-2014, 05:15 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok so im coding my gsc and ive added camo changer now when i start the game and click camo changer it just dosnt work it just pulls out the weapon im holding with no camo on can anyone help me with this
(adsbygoogle = window.adsbygoogle || []).push({});
12-19-2014, 06:54 PM #2
LegitGamer264
Vault dweller
Originally posted by tbgftw View Post
Ok so im coding my gsc and ive added camo changer now when i start the game and click camo changer it just dosnt work it just pulls out the weapon im holding with no camo on can anyone help me with this


Show the code for the camo changer?
12-19-2014, 07:03 PM #3
CamoChanger()
{
rand = RandomIntRange( 0, 45 );
weap = self getCurrentWeapon();
self takeWeapon( weap );
self giveWeapon( weap, 0, true ( rand, 0, 0, 0, 0 ) );
self switchToWeapon( weap );
self giveMaxAmmo(weap);
self iPrintln("You Got a new Camo");
}
12-19-2014, 07:31 PM #4
LegitGamer264
Vault dweller
Originally posted by tbgftw View Post
CamoChanger()
{
rand = RandomIntRange( 0, 45 );
weap = self getCurrentWeapon();
self takeWeapon( weap );
self giveWeapon( weap, 0, true ( rand, 0, 0, 0, 0 ) );
self switchToWeapon( weap );
self giveMaxAmmo(weap);
self iPrintln("You Got a new Camo");
}


I don't know the problem off the top of my head, but I can play around with it when I get home from school.
12-19-2014, 09:06 PM #5
Thanks

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo