Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string.Format("\\sv_maxclients\\32\\clients\\{0}\\challenge\\{1}\\gamename\\GTA5\\protocol\\2\\hostname\\{2}\\gametype\\{3}\\mapname\\{4}", ClientInstances.Clients.Count(cl => cl.Value.RemoteEP != null), challenge, m_configuration.Hostname ?? "CitizenMP", GameType ?? "", MapName ?? "");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement