Skip to content
This repository was archived by the owner on May 17, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 462 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 462 Bytes

echo-plugin

This plugin provides two natives to the Pawn runtime intended to broadcast messages over UDP to a specified destination.

native EchoMessage(message[]);

Distributes message to the previously set destination. The maximum length of message is defined by the Pawn runtime.

native SetEchoDestination(hostname[], port);

Sets hostname:port to be the destination of the UDP broadcast messages. hostname will be resolved before being set.