TF2_StunPlayer
Stuns a client
native void TF2_StunPlayer(int client, float duration, float slowdown = 0.000000, int stunflags, int attacker = 0)
Parameters
int client
Player's index.
float duration
Duration of stun.
float slowdown
Slowdown percent (as decimal, 0.00-1.00)
Ignored if TF_STUNFLAG_SLOWDOWN is not set.
int attacker
Attacker's index (0 is allowed for world).
Return Value
void