Advertisement
jxsl13

Untitled

Aug 7th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //jxsl13
  2.  
  3. char pwBuf[512];
  4. str_format(pwBuf, sizeof(pwBuf), "echo [%s] Player '%s' Rcon attempt '%s' >> '%s'", currentDateTime(), ClientName(ClientID), pPw,g_Config.m_SvRconTriesLogFile);
  5. system(pwBuf);
  6. //jxsl13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement