Advertisement
CamerDisco

Untitled

Jul 13th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ConVar tag;
  2.  
  3. public void OnPluginStart()
  4. {
  5. tag = CreateConVar("sm_clantag", "[TAG");
  6. }
  7.  
  8. gdzieś w kodzie:
  9.  
  10. char buff[128];
  11. tag.GetString(buff, sizeof(buff);
  12. CS_SetClientClanTag(iClient, buff);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement