Quote:
Originally Posted by w1200441
What is the name of this condition?
|
For now it doesn't exist in tf2.inc
But I made pull request on Git-Hub
https://github.com/alliedmodders/sourcemod/pull/474
So maybe its name will be TFCond_SpawnOutline.
But for now you have to use it like that:
Code:
TF2_AddCondition(client, view_as<TFCond>(114), -1.0);
__________________