AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Pushable Object Speed Fix (https://forums.alliedmods.net/showthread.php?t=70683)

MPNumB 04-29-2008 18:28

Pushable Object Speed Fix
 
1 Attachment(s)
Description:
This is a simple plugin that fixes pushable object speed bug. That bug is when you are moving using some pushable object ("func_pushable") - your speed can rise up to sv_maxvelocity cvar number. Anyway, this plugin fixes that bug by blocking it and forcing your used entity move by your move direction (plus it slows you down by half of your standart speed, and in some time you are just getting tired what forces you to release the object).


Requires:
FakeMeta
HamSandWich


Additional info:
Tested in Counter-Strike 1.6 with amxmodx 1.8.0. But shold work with all Half-Life mods.


Change-Log:

* 1.0
- First release.

Jay-izi 05-02-2008 07:02

Re: Pushable Object Speed Fix
 
THX Very much!!!!!!!
This bug was annoying on my Zm mod !
Thx again for that fix :up:

hleV 05-02-2008 12:38

Re: Pushable Object Speed Fix
 
PHP Code:

#include <amxmodx>
#include <hamsandwich>
 
public plugin_init()
{
        
register_plugin("NoSpeedBugs""0.1""MeRcyLeZZ")
 
        
RegisterHam(Ham_Use"func_pushable""fw_PushBox")
}
 
public 
fw_PushBox()
        return 
HAM_SUPERCEDE 


MPNumB 06-13-2008 09:44

Re: Pushable Object Speed Fix
 
Quote:

Originally Posted by hleV (Post 620281)
PHP Code:

#include <amxmodx>
#include <hamsandwich>
 
public plugin_init()
{
        
register_plugin("NoSpeedBugs""0.1""MeRcyLeZZ")
 
        
RegisterHam(Ham_Use"func_pushable""fw_PushBox")
}
 
public 
fw_PushBox()
        return 
HAM_SUPERCEDE 


With this you cannot push box in your direction. With my you can.

hleV 06-13-2008 09:48

Re: Pushable Object Speed Fix
 
Quote:

Originally Posted by MPNumB (Post 638438)
With this you cannot push box in your direction. With my you can.

Awesome then. :)

Orangutanz 06-13-2008 12:04

Re: Pushable Object Speed Fix
 
Argh stop finding these bugs :avast:

Something to add to my Player Physics module I suppose.
I'm trying to work out how to implement your ducking code fix as well.

MPNumB 06-13-2008 14:44

Re: Pushable Object Speed Fix
 
Don't wory. When & if this plugins will get approved i will submit second bug fix pack. :D

meigyoku 04-19-2009 00:54

Re: Pushable Object Speed Fix
 
I am admin! My server have somebody move so fast, can this plugin be prevent it? Thanks!

1337 04-19-2009 10:35

Re: Pushable Object Speed Fix
 
MPNumB can u make plug for doesnt make any dmg to hossies though walls?

1337 04-19-2009 11:17

Re: Pushable Object Speed Fix
 
or just no dmg by HE thourh walls.. u know?


All times are GMT -4. The time now is 18:00.

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