ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:sendstring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
functions:sendstring [2016/10/18 21:01] korshunfunctions:sendstring [2016/10/19 00:24] korshun
Line 15: Line 15:
 Maximum string size is unlimited, but the larger it is, the more the server will lag while sending it. Maximum string size is unlimited, but the larger it is, the more the server will lag while sending it.
  
-<note warning>Zandronum 3.0 doesn't support clientside named scripts yet!</note> +<note warning>These functions may **not** be used to launch **serverside** scripts, unless in singleplayer. Doing so will result in a [[.error|ProgramError]]. 
-<note warning>These functions may **not** be used to launch **serverside** scripts, unless in singleplayer. Doing so will result in a [[.functions:error|ProgramError]]. +
  
 Test your mods on a server (this is recommended for many other reasons too).</note> Test your mods on a server (this is recommended for many other reasons too).</note>