Page 1 of 1

Stop players from changing clan tags

Posted: Sun Sep 10, 2017 12:25 am
by decompile
As Title says,

I know you can do it with the name by hooking player_changename event and reset it, but how with clan tags?

Re: Stop players from changing clan tags

Posted: Sun Sep 10, 2017 5:42 am
by iPlayer
Try OnClientSettingsChanged listener. It might fire when a player changes their clan tag. It's just that you'll need to save the old tag and check against the current tag in this listener (or maybe 1 tick later - dunno).