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

Gondor

Posts
7
Respect
0
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
August 01, 2016, 06:23:09 pm
Posts
7 (0.002 per day)
Last Active
November 16, 2016, 02:10:06 am

Forum Profile

Profile Link
Country
ca
Local Time
April 26, 2024, 03:42:33 am
im having a glitch with my script where you don't need to shoot all 3 objects to get the easter egg complete. Sometimes its only 1 or 2 triggers you only need to shoot.
8 years ago
Replace this:
Code Snippet
Plaintext
player zm_equipment::give(equipment);

With this:
[code]
players = GetPlayers();

for(i=0; i < players.size; i++)
{
   ...
8 years ago
Thanks man that worked ill give you some credit in my map description once its updated!

Double Post Merge: October 15, 2016, 12:30:44 am
The script works but after testing it on multiplayer it gives the shield to only 1 player and not all players....
8 years ago
it works with raygun but not zombie shield probably because its a equipment
8 years ago
I want to give the zombie shield weapon instead of a perk how do you do that?
8 years ago
Go to your map gsc file under your map's scripts folder and than under function main add
Code Snippet
Plaintext
thread init_power();
than copy and paste this to the bottom of your gsc script
[code]function init_power()
{
    level flag::wait_till("power_on");
&nbs...
8 years ago
Loading ...