View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 07-05-2017 , 14:26   Re: [CS:S] Question regarding domination/nemesis notifications
Reply With Quote #5

Neither. It holds a true/false for every possible client entity index.

You'd want to set both.

Code:
SetEntProp(dominator, Prop_Send, "m_bPlayerDominated", true, 1, dominatee);
SetEntProp(dominatee, Prop_Send, "m_bPlayerDominatingMe", true, 1, dominator);
psychonic is offline