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
broken avatar :(

DuBCraft21

Posts
4
Respect
3
Forum Rank
Fresh Corpse
Primary Group
Member

Forum Stats

More Stats
Date Registered
February 13, 2014, 04:27:31 am
Posts
4 (0.001 per day)
Last Active
March 12, 2017, 07:55:59 am

Forum Profile

Profile Link
Gender
Female
Country
us
Local Time
April 20, 2024, 05:40:04 am

Contact & Social Links

Steam
DuBCraft21
CoD WaW
DubCraft
Youtube
DuBCraft21
I was able to get into contact with DidUKnowiPwn and he pointed me in the direction of level.zombie_weapons which is an array of all the weapons in the game where the weapon (GetWeapon("weapon name")) is the index in the array. All of these can be accessed with GetArrayKeys. Since the keys...
7 years ago
to me your script looks fine, most likely either the new line or the character that comes directly after it (on windows when you hit enter you are making 2 characters) was corrupted meaning that just deleting that line and replacing it would have most likely solved the issue.
7 years ago
I am working on a sharp shooter mod for zombies and need to get all the weapons on a map for it, which may vary from map to map as there are a lot of people working on porting weapons and they are starting to show up in increasing numbers in zombies maps. I have tried using tablelookup, but that did...
7 years ago
I have a bit of a question... why in the get_zw_count function, why do you write:

[code]
   if ( IS_TRUE( enemies.ignore_enemy_count ) )
   {
      continue;
   }
   ARRAY_ADD( level.current_zw_array, enemies );
}

level.current_zw_count = level.current_z...
8 years ago
Loading ...