Adds a condition to a player
void TF2_AddCondition(int client, TFCond condition, float duration, int inflictor)
Player's index.
Integer identifier of condition to apply.
Duration of condition (does not apply to all conditions). Pass TFCondDuration_Infinite to apply until manually removed.
Condition inflictor's index (0 for no inflictor).
Invalid client index, client not in game, or no mod support.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.