UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Rangfarl

Hi, first time posting. I am working on a mod and I need all the weapons put into a array. I had a nice short way that I was using on other cods, but it does not work in black ops 3. I currently have it set up like this, but its I like simple, and trying to find a shorter way. I have about half of the guns in the array, the way i'm doing now.  Any help is much appreciated.
Spoiler: click to open...
Code Snippet
Plaintext
		level.RandWeapon = [];
level.RandWeapon[0] = "pistol_burst";
level.RandWeapon[1] = "pistol_fullauto";
level.RandWeapon[2] = "smg_versatile";
level.RandWeapon[3] = "smg_fastfire";
level.RandWeapon[4] = "ar_standard";
8 years ago
Loading ...