TF2_IgnitePlayer Function

Sets a client on fire.

void TF2_IgnitePlayer(int client, int attacker, float duration)

Parameters

int client

Player's index.

int attacker

Attacker's index.

float duration

Duration of fire (in seconds).

Errors

Invalid client index, client not in game, or no mod support.

Notes

Fire duration is capped to 10 seconds.