SendNetworkString: Difference between revisions
m
no edit summary
(Added page for SendNetworkString and NamedSendNetworkString.) |
mNo edit summary |
||
Line 5: | Line 5: | ||
== Usage == | == Usage == | ||
Sends an ACS string from the server to the client(s), or from a client to the server, then executes a script on the receiver's end. If run offline, the script will be executed on the local machine like normal. Note that | Sends an ACS string from the server to the client(s), or from a client to the server, then executes a script on the receiver's end. If run offline, the script will be executed on the local machine like normal. Note that just like with RequestScriptPuke and NamedRequestScriptPuke, there is no guarantee that the server will receive the string from the client. If the packet containing the string is lost, the server will not receive it at all. Therefore, modders should anticipate the possibility that a string might not be received and should try to rectify the problem if necessary. | ||
==Parameters== | ==Parameters== |