Allows you to resize the player
- Day of Defeat: Source
- SourceMod 1.11 or later
- Download latest release
- Extract
plugins
andtranslations
folders toaddons/sourcemod
folder of your server
- sm_resize <#userid|name> <scale> [mode] - 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"]
- Until death (during the round) - 1
- Until round end - 2
- Until round start - 3
- Until disconnect - 4 (default)
Resize the client
to scale
using resizeMode
native void ResizePlayer(int client, float scale, int resizeMode);