Posts: 39
Threads: 2
Joined: Jan 2012
Reputation:
0
i made no changes to speed, but when i try moving forward, i get warped great distances in the map.
also, before change,i had jump set to 60. now even with small changes in jump, i'm practically flying
into outerspace.
just me?
Posts: 18
Threads: 2
Joined: Jul 2011
Reputation:
0
hey 1 problem i got everything working except my plugins dont run i got speed plugin and special permission plugin and both dont appear when i open server addon but dvar list and everything works except plugins? any idea how to fix it? thnx in advance
Posts: 77
Threads: 12
Joined: Nov 2010
Reputation:
5
Hi Pozzuh,
i am playing around with the memory addresses of the server.
While doing that i noticed something about your plugin:
You CAN enable fall damage again, you just made a mistake in your plugin (in the enableFallDamage() Method):
(yours)
*(float*)fallmin = 300.0f;
*(float*)fallmax = 128.0f;
(Fix)
*(float*)fallmin = 128.0f;
*(float*)fallmax = 300.0f;
I tested this Setting in my own Plugin (Testing many features including slay-ability etc) and it works.
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
Ah ok, I though I tried that already.. I must've done something wrong... Will fix it later
Posts: 235
Threads: 23
Joined: Nov 2011
Reputation:
0
its broken :/ it doesn't work with the new mw3 1.5 update
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
02-11-2012, 18:27
(This post was last modified: 02-11-2012, 19:26 by Pozzuh.)
I'll update it soon.
Updated!
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
02-11-2012, 19:37
(This post was last modified: 02-11-2012, 19:39 by Pozzuh.)
Fixed the message when you enabled fall damage, derp.
Posts: 126
Threads: 13
Joined: Nov 2011
Reputation:
5
02-14-2012, 21:57
(This post was last modified: 02-14-2012, 21:58 by blueberry9.)
Pozzuh, thank you very much for this plugin.
jump_height and fall-damage work fine.
speed does not.
i first set it to 220, then 300.
it seems speed is not working