Posts: 2,938
Threads: 162
Joined: May 2010
07.11.2017, 16:21
(
Последний раз редактировалось Kar; 12.11.2017 в 19:06.
)
Quote:
Originally Posted by Zorono
found a new bug or idk
why does it counts this text 'Let's goto ******** and chat there...' as an ADV  it kicks me multiple times with false reasons .... and iam not using any another Includes for ADV detect... please some bug fixs
|
No it does not? I tested it...
Quote:
Originally Posted by Dayrion
Код:
I sell 2. mp5 for 6.000$, 3uzi for 4.000$, 4mp5 for 200$
Detect an IP. I set fixedSeparation to true, IP become easily undetectable like
|
Because... fixedSeparation is set to true!
It works fine. You guys just are expecting too much from a pawn anti-advertising include.
Use regex for better results.
Quote:
Originally Posted by JoaoBorges
The include don't work, bro!
|
If you say so.
Quote:
Originally Posted by Yousha
Код:
public OnPlayerText(playerid, text[])
{
if (stringContainsIP(text, false, true))
{
default.pwn(1927) : error 047: array sizes do not match, or destination array is too small
Also links in your Github Repository must be updated.
|
Fixed.
Also you gotta set a string length.
Posts: 2,938
Threads: 162
Joined: May 2010
Fine, I've updated the include to remove the string length for peope who don't know how to remove it lol.