note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
sendstring
warning
This function starts with a lowercase letter.
warning
This function is deprecated, Use HTTP or pawn-requests plugin.
Description
Sends a packet containing a string.
Name | Description |
---|---|
const message[] | The buffer that contains the string to send. If this is an unpacked string, it will be UTF-8 encoded before being transferred. |
const destination[] = "" | The IP address and port number to which the packet must be sent. If absent or an empty string, this function will broadcast the packet and use the default port number 9930 (optional="") |
Return Values
1 on success, 0 on failure.
Related Functions
- @receivestring: A packed was received.
- sendpacket: Sends a packet.