TF2_RemoveCondition Function

Removes a condition from a player

void TF2_RemoveCondition(int client, TFCond condition)

Parameters

int client

Player's index.

TFCond condition

Integer identifier of condition to remove.

Errors

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