Finished more sections in the manual. Minior changes.

This commit is contained in:
richard
2009-07-05 23:37:26 +02:00
parent c27b43a10c
commit 446b123dfe
3 changed files with 492 additions and 59 deletions

View File

@ -49,4 +49,4 @@ CommandsInit()
// Forward event to modules. (hook commands)
ClassOnCommandsHook();
DamageOnCommandsHook();
}
}

View File

@ -47,7 +47,7 @@ JumpBoostOnClientJumpPost(client)
// Get client's current velocity.
ToolsClientVelocity(client, vecVelocity, false);
// If they have exceeded the max jump speed, then stop.
// Only apply horizontal multiplier if it's not a bhop.
if (!JumpBoostIsBHop(vecVelocity))
{
// Apply horizontal multipliers to jump vector.