SC_AngelScript
SC_AngelScript copied to clipboard
ClientUserInfoChanged
Script types: All.
This function is called by the engine whenever the client userinfo string changes. This includes name and player model changes. Consider making this available and allowing scripts to veto changes. Map scripts may be too dangerous for this, discuss.
Note: changes are already made by the time they reach this function. Vetoing must be done by reverting changes.