Api/netlib.getstring()

From Minux Wiki
Revision as of 00:01, 14 October 2024 by Shorun (talk | contribs) (Created page with "netlib function used to receive a string expected to arrive with "sendstring" it will verify the string with the sender, it needs to know who will be sending the string. '''usage:''' local temp = netlib.receive(client) '''output:''' returns the string if the data was verified returns false if it failed to verify")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

netlib function used to receive a string expected to arrive with "sendstring"

it will verify the string with the sender, it needs to know who will be sending the string.


usage:

local temp = netlib.receive(client)


output:

returns the string if the data was verified

returns false if it failed to verify