View Single Post
clug
Junior Member
Join Date: May 2016
Location: Australia
Old 02-23-2017 , 06:05   Re: [CS:GO] SetClientName bug
Reply With Quote #9

Quote:
Originally Posted by arne1288 View Post
According to the information from the referenced post (in #1), I would say that it should work if you are doing it twice (eventually next tick) with two completely different names.
This worked perfectly, thanks! Specifically, I forced the first name to begin with a tab character (not a replicable character in Steam names, so cannot be 'bypassed').

PHP Code:
char alias[32];
Format(aliassizeof(alias), "\t#%d"client);
SetClientName(clientalias);
RequestFrame(..., client); 
clug is offline