14.01.2015, 18:09
Introduction:
Hello,
I want to release, today, my Filterscript, an simple Anti-Swear system.
I want to release, today, my Filterscript, an simple Anti-Swear system.
Editing:
You can edit filterscript how you like it.
1. Max. Advertisments.
pawn Код:
#define MAX_ADVERTISMENTS 3
/*
3 = The max. advertisments. You can edit it.
For example. If you make MAX_ADVERTISMENTS to 5, then he needs to get 5 advertisments to get kicked.
You can find this line, in script.
Line: 5.
*/
pawn Код:
new InvalidWords[][100] =
{
"idiot",
"stupid",
"fuck",
"ass",
"lick",
"suck",
"dick",
"pussy",
"cum",
"sperm",
"gay"
};
/*
Here you can add more forbidden words.
Continue list with your forbidden words.
Line: 13-26;
REMEMBER: The last stanza, doesn't have a comma. ",".
*/
Download:
- www.pastebin.com; (Source Code)
- www.solidfiles.com; (Source Code + AMX File)