AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Variable Speed Adjuster (https://forums.alliedmods.net/showthread.php?t=55405)

GHW_Chronic 05-21-2007 04:14

Variable Speed Adjuster
 
5 Attachment(s)
  • This here is a simple plugin that changes players' speeds according to what the cvar is set to.
    • I made this specifically to speed up giant pubs where I always die first and I have to wait 3 hours for people at A to get to B and fight.
  • CVAR:
    • variable_speed - The variable that sets players speed :O
      • Default: 1.0
  • Example:
    • Player has a knife (default CS speed 250.0) and the variable_speed cvar is set to 2.0. The player's speed is now 500.0.
      • 250.0 * 2.0 = 500.0
  • Incompatibility (Plugin will not run properly if one of the following is running on your server):
    • HLGuard

Alka 05-21-2007 04:32

Re: CS Variable Speed Adjuster
 
Nice...*:D* ! Simple and useful...

regalis 05-21-2007 07:02

Re: CS Variable Speed Adjuster
 
Code:

#include <fun>

public new_round()
{
    ....
    ....
    client_print(0,print_chat,"a")
}


I think you don't need fun-module and you have forgotten to remove a debug message ;)

Other than that:
Simple and usefull!
And i will take the fov-checking and integrate it in my speedUP! :mrgreen:
Good job :up:

GHW_Chronic 05-21-2007 10:19

Re: CS Variable Speed Adjuster
 
I must not have saved it before uploading final version cause that wasn't in my file on desktop :/ re-uploaded.

GHW_Chronic 06-12-2007 03:59

Re: Variable Speed Adjuster
 
Plugin should work for all mods now. I think I recall something about ESF that might effect this from working properly, but I have no clue as I've never even installed that mod before..

Guenhwyvar 06-20-2007 07:44

Re: Variable Speed Adjuster
 
Sounds nice.

Doesn't work on my first test. AMXX 1.76d, plugin up&running, but changing the cvar has no effect (except for changing the cvar ;)).

Has the amxx to be placed before some specific other plugin? Or maybe HLGUARD prevents this plugin from working?

EDIT:
Confirmed: HLGUARD prevents ;). Works great on my other servers.

GHW_Chronic 06-20-2007 20:20

Re: Variable Speed Adjuster
 
TY Guenhwyvar, it is always nice to know compatibility issues.

Demoz123 07-13-2008 23:08

Re: Variable Speed Adjuster
 
Thank You@@!!

quicksuper 01-16-2009 04:02

Re: Variable Speed Adjuster
 
Nice going to try this ! :)


All times are GMT -4. The time now is 14:57.

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