Allows you to change the size of the players
- Day of Defeat: Source
- SourceMod 1.12 or later
- Download latest release
- Extract
pluginsandtranslationsfolders toaddons/sourcemodfolder of your server
- sm_resize <#userid|name> <scale> - Resize the player
- sm_playerresize_pitch_enable - Change (off - 0, on - 1) pitch depending on model scale [default: "1"]
- sm_playerresize_pitch_log_base - Logarithm base for pitch [default: "2.0"]
- sm_playerresize_pitch_log_factor - Logarithm factor for pitch [default: "20.0"]
Resize the client to scale
native void Player_Resize(int client, float scale);