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

IVIr_Gadd

Posts
8
Respect
4
Forum Rank
Legless Crawler
Primary Group
Member

Forum Stats

More Stats
Date Registered
December 20, 2013, 11:27:32 am
Posts
8 (0.002 per day)
Last Active
October 27, 2016, 10:28:02 am

Forum Profile

Profile Link
Gender
Male
Country
gb
Location
Prefer Not To Say
Local Time
June 30, 2025, 08:23:44 am

Contact & Social Links

CoD WaW
IVIr_Gadd
Facebook
Steam
Twitter
Does anyone know if its currently possible to change what the text says on a weapon trigger?

I searched weapon files but cant find the names for any weapons
9 years ago
Im assuming you have a script for challenges?

Once the challenges have been done and give a reward in the rewards bit add

door1 = GetEnt("door1", "targetname");
door1 MoveTo((-16, 80, 9), 0.5, 0.05, 0.05);

or change MoveTo((-16, 80, 9), 0.5, ...
9 years ago
This moves the "door"

door1 = GetEnt("door1", "targetname");
door1 MoveTo((-16, 80, 9), 0.5, 0.05, 0.05);

or this rotates the door.

door1 = GetEnt("door1", "targetname");
door1 RotatePitch( -5, 0.26, 0.15, 0...
9 years ago
true but it needs increasing, too easy.

Also do you know how to add 100 points by going prone on perks?
9 years ago
How do you increase zombie health per round?

If it is currently possible, the zombies need to gradually gain extra health.
9 years ago
Loading ...