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
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, ...
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...
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?
Also do you know how to add 100 points by going prone on perks?
9 years ago
9 years ago
How do you increase zombie health per round?
If it is currently possible, the zombies need to gradually gain extra health.
If it is currently possible, the zombies need to gradually gain extra health.
9 years ago