SA-MP Forums Archive
OnPlayerText question - 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: OnPlayerText question (/showthread.php?tid=318794)



OnPlayerText question - BrandyPenguin - 16.02.2012

Is there limit on OnPlayerText(playerid, text[]) ?
When i test my code i get 128 all time, but my text is longer than that..


Re: OnPlayerText question - dice7 - 16.02.2012

The maximum length of 'text' is 128, since you can't type more characters than 128 in the chat box at once


Re: OnPlayerText question - Konstantinos - 16.02.2012

SAMP Limits


Re: OnPlayerText question - BrandyPenguin - 16.02.2012

Right, I forgot to looked into Limits.