TTT-2 / ttt2-role_spy

This is the "Spy" role for TTT2
0 stars 11 forks source link

Spies are confirmed as traitors #3

Closed lebroomer closed 5 years ago

lebroomer commented 5 years ago

Added ConVars and ULX support for the new features (fake buy, confirmation as traitor, role reveal after death of all traitors)

Alf21 commented 5 years ago

using return in a hook will result in stop calling other hooks of this type. This will lead to an error in your code because you register two hooks while returning in both "false" -> Just one hook will run if the hook returns false.

Just writing this to confirm whether you are aware of this :)