We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
197d7c1
added 2 gsc functions. setclantag(int clientnum, string clantag) renameclient(int clientnum, string clantag)
example usage: setclantag(self getEntityNumber(), "testing"); renameclient(self getEntityNumber(), "testing");
setclantag(self getEntityNumber(), "testing");
renameclient(self getEntityNumber(), "testing");