
Posts
560
Respect
430Add +1
Forum Rank
Zombie Enslaver
Primary Group
Mapper
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
![]() | Has released one or more maps to the UGX-Mods community. |
Please help, I'm out of ideas.maps\_zombiemode::main();
level thread phil_ally_guys_idle_fix();#using_animtree("generic_human");
phil_ally_guys_idle_fix()
{
anim.idleAnimArray ["stand_hmg"] = [];
anim.idleAnimWeights ["stand_hmg"] = [];
anim.idleAnimArray ["stand_hmg"][0][0] = %casual_stand_idle;
anim.idleAnimWeights ["stand_hmg"][0][0] = 10;
anim.idleAnimArray ["crouch_hmg"] = [];
anim.idleAnimWeights ["crouch_hmg"] = [];
anim.idleAnimArray ["crouch_hmg"][0][0] = %casual_crouch_idle;
anim.idleAnimWeights ["crouch_hmg"][0][0] = 10;
anim.idleAnimTransition["stand_hmg"]["in"] = anim.idleAnimTransition["stand"]["in"];
anim.idleAnimTransition["crouch_hmg"]["in"] = anim.idleAnimTransition["crouch"]["in"];
allies = GetEntArray("fix_my_idle", "script_noteworthy");
for(i = 0; i < allies.size; i++)
{
allies.heavy_machine_gunner = true;
}
}script_noteworthy: fix_my_idle
count: 1
script_forcespawn: 1
spawnflags: 0