using sourcemod for dm but ive tried tf_avoidteammates_pushaway "1"
to avoid ur team mates from pushing each others but it doesnt seem to work so does anyone else know why?
thanks
using sourcemod for dm but ive tried tf_avoidteammates_pushaway "1"
to avoid ur team mates from pushing each others but it doesnt seem to work so does anyone else know why?
thanks
i believe it is 0=true 1=false for that command.
see if setting it to 0 works.
marteni believe it is 0=true 1=false for that command.
see if setting it to 0 works.
No, 1 is always true and 0 is always false. I think it's just a poorly worded variable. If 1, you avoid your teammates by pushing them away, if 0 you don't avoid teammates by pushing them away. I think that's how this command works, I haven't used it personally.
edit: words are hard
KevinIsPwnmarteni believe it is 0=true 1=false for that command.
see if setting it to 0 works.
No, 1 is always true and 0 is always false. I think it's just a poorly worded variable. If 1, you avoid your teammates by pushing them away, if 0 you don't avoid teammates by pushing them away. I think that's how this command works, I haven't used it personally.
edit: words are hard
basically the same thing i meant :p