SA-MP Forums Archive
2second limited chat removal - 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: 2second limited chat removal (/showthread.php?tid=310524)



2second limited chat removal - KyleRand - 12.01.2012

I guess the 2second limit on the chat is set by default. How do I remove this from my server?

Thanks


Re: 2second limited chat removal - Babul - 12.01.2012

what limit? you mean an anti-spam? thats scripted for sure. there are no restrictions for chatting by default afaik - search inside your OnPlayerText() callback, and pay attention to all GetTickCont() or some timers suppressing the player chat text being processed...


Re: 2second limited chat removal - Twinki1993 - 12.01.2012

There are no limitations in SA:MP as it goes to default SA:MP script. You must make it.
Here's the link to see all SA:MP limitations that's added by default.
https://sampwiki.blast.hk/wiki/Limits


Re: 2second limited chat removal - KyleRand - 13.01.2012

Ah, I figured it out, thanks anyways. :P

There was some filterscripts set to load by default in my server config file, I never changed them. Fixed now.