Skip to content

Instantly share code, notes, and snippets.

@rye761
Created October 9, 2013 23:15
Show Gist options
  • Save rye761/6910193 to your computer and use it in GitHub Desktop.
Save rye761/6910193 to your computer and use it in GitHub Desktop.
decl String:newName[100];
newName = StrCat("Mr. ", 100, GetClientName(client));
SetClientInfo(client, "name", newName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment