Lua Events/ServerPinged

From PZwiki



Event

ServerPinged

Description

Triggered when the game client receives the response after intiating a ping to a server.

Parameters

  • String The IP address of the user who pinged the server.
  • String The name of the user who pinged the server.

Examples

local function ServerPinged(ipAddress, user)
	-- Your code here
end

Events.ServerPinged.Add(ServerPinged)

See also

No related event.