Facepunch / garrysmod-requests

Feature requests for Garry's Mod
84 stars 24 forks source link

Set different air acceleration value for different players. #2316

Open Isemenuk27 opened 6 months ago

Isemenuk27 commented 6 months ago

Add ability to assign different air acceleration value to players ( or CMoveData )

:SetAirAcceleration( number Value ) :GetAirAcceleration() ( returns cvar value by default )

mgetJane commented 6 months ago

it's not super elegant, but you can achieve this by multiplying the client's speed while in the air (since speed directly affects air control)