Increase player speed when ducking
Hi, I want to get same player speed when walking / ducking. How ?
|
Re: Increase player speed when ducking
Can I ask what is this? I wrote nice plugin here, AM tiled and my script is gone!
Didn't understand do you want walk speed when ducking, or run speed when ducking and walking, still... You would check it in prethink, and just set the speed, also... I think IN_WALK = !IN_RUN, !IN_DUCK, like this: Code:
if((~pev(id, pev_button) & IN_DUCK) || (~pev(id, pev_oldbuttons) & IN_DUCK)) |
Re: Increase player speed when ducking
workaround :
Ask player if they allow your plugin to change their vars : cl_forwardspeed, cl_backspeed, cl_sidespeed If player say yes, change vars to sv_maxspeed value Else, do what you want, kick of let them play. PHP Code:
|
Re: Increase player speed when ducking
Connor, this would not SlowHack?
|
Re: Increase player speed when ducking
|
Re: Increase player speed when ducking
Who cares about cl_speed slowhack? -.-
|
Re: Increase player speed when ducking
Any setting change without client's permission is slowhack.
Can even consider HLGuard as slowhacking. |
Re: Increase player speed when ducking
blabla
|
Re: Increase player speed when ducking
Quote:
|
Re: Increase player speed when ducking
Quote:
|
| All times are GMT -4. The time now is 09:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.