Raised This Month: $ Target: $400
 0% 

Need help old wc3ft 2.3.2 undead glitch


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
r3d_w1r3
Senior Member
Join Date: Sep 2006
Old 03-14-2013 , 22:26   Need help old wc3ft 2.3.2 undead glitch
Reply With Quote #1

i have an old version of the wc3ft 2.3.2 which have a bug on undead skill unholy aura the speed work fine until u switch weapon then u completely loose the speed bonus till next round
Code:
new Float:fmove, Float:smove;
	    get_uc(uc_handle, UC_ForwardMove, fmove);
	    get_uc(uc_handle, UC_SideMove, smove );
	
	    new Float:maxspeed;
	    pev(id, pev_maxspeed, maxspeed);
	    new Float:walkspeed = (maxspeed * 0.52); 
	    fmove = floatabs( fmove );
	    smove = floatabs( smove );
	    
	    if(fmove <= walkspeed && smove <= walkspeed && !(fmove == 0.0 && smove == 0.0))
	    {
		    set_pev(id, pev_flTimeStepSound, 999);
	    }

    }
}
any1 know how to fix this pls it will be much appreciated

Thanks

Last edited by r3d_w1r3; 03-14-2013 at 23:16.
r3d_w1r3 is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode