Chat lines - 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: Chat lines (
/showthread.php?tid=368883)
Chat lines -
NewbieScripter - 14.08.2012
what is the maximum chat lines and also when scrolling up ? for clear all...
Re: Chat lines -
Jstylezzz - 14.08.2012
52 or 50, don't remember..
Re: Chat lines -
NewbieScripter - 14.08.2012
you are sure ? seemed to me it's 92 - 100 :\
Re: Chat lines -
Jstylezzz - 14.08.2012
pawn Код:
for(new i = 0; i < 50; i++) SendClientMessageToAll(0x33FF33AA," ");
this will clear the chat..
just tested it, and it clears everything