TF2_MakeBleed
Induces the bleed effect on a client
native void TF2_MakeBleed(int client, int attacker, float duration)
Parameters
int client
Player's index.
int attacker
Attacker's index.
float duration
Duration of bleeding (in seconds).
Return Value
void