SA-MP Forums Archive
Text Input and text output - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Text Input and text output (/showthread.php?tid=610589)



Text Input and text output - ScIrUsna - 26.06.2016

Hi,

What difference between text input and text ouput because here:

https://sampwiki.blast.hk/wiki/Limits

input have limit 128 cells, output 144 cells, what using function is input when is output?


Re: Text Input and text output - Sjn - 26.06.2016

From what I know:

Input; player's chat message and/or max cell you can use while creating a local strings for command messages. It has always been recommended by many others not to use huge cells unnecessarily for chat message strings.

Output; the maximum characters the system can send for chat/command messages i.e sent with either SendClientMessage or SendClientMessageToAll by default without formatting.


Re: Text Input and text output - SickAttack - 26.06.2016

144, including the colors
128, accepted characters