What's new

Solved Help :( need an experienced coder only please

KRoNiKz 7s

KRoNiKz 7s

Enthusiast
Messages
286
Reaction score
54
Points
85
Sin$
0
So im making a menu and never ran into this problem ever when I added this option:
The option is walking ac130 so I did BUTTON_B as the button to deploy my walking ac130. So as the game starts I hit the B Button and boom 420 killstreak given as soon as I hit the Y button to switch to the ac130 it's all blank nothing their no guns except the ump45 and magnum... I've been at it for days just and by the way this is C++. So please please please if you can tell me the problem!
 
KRoNiKz 7s

KRoNiKz 7s

Enthusiast
Messages
286
Reaction score
54
Points
85
Sin$
0
Here it is
GiveWeapon(i, "ac130_105mm_mp", true, true, true);
GiveWeapon(i, "ac130_40mm_mp", true, true, false);
GiveWeapon(i, "ac130_25mm_mp", true, true, false);
SV(i, 1, "f \"Walking AC130 ^2Given!\"");
 
Upvote 0
ImOx

ImOx

(^._.^)ノ
Retired
Programmer MotM Platinum Record
Messages
9,961
Reaction score
2,963
Points
2,180
Sin$
0
Here it is
GiveWeapon(i, "ac130_105mm_mp", true, true, true);
GiveWeapon(i, "ac130_40mm_mp", true, true, false);
GiveWeapon(i, "ac130_25mm_mp", true, true, false);
SV(i, 1, "f \"Walking AC130 ^2Given!\"");

Why are you setting the bool 'akimbo' as true? (I have never tried walking AC130 tho, I don't know if this is needed to be set for some reason)
 
Upvote 0
Top Bottom
Login
Register