05.09.2009, 15:04
[anchor=menu]Menu
[anchor=func]Functions
[anchor=log]Log Details
[anchor=config]Configuration
The filterscript comes with a system so that you can configure it with ease. Here's how to disable/enable some function
To modify Words/DriveBy/Spam/Spawn settings use:
Attention: modify the settings only if you wish. The default setting is ok
[anchor=ins]Installation
Attention: it is not necessary that you create the log files, they are automatically created!
1є Download files (The folders are included in the file, you only need to create them if you want)
2є unzip files
3є Put file "LiL.amx" in your server "filterscripts" folder
4є Open "Scriptfiles" folder
5є Create a new folder "LiL"
6є In "LiL" folder create a folders "Config" and "Logs"
7є Open "Server.cfg"
8є Modify line "filterscripts" to "filterscripts LiL"
9є Save "Server.cfg"
10є Open your server!
To install BlockWords:
1є Go in folder "Scriptfiles/LiL/Config"
2є Create a new file "BadWords.cfg"
3є Open new file
4є Add bad words (One word below the other)
5є Save a file
6є Open your server!
[anchor=vab]Version and Bugs
Current: 1.0
Soon: 2.0 (Development)
+Config commands,
+TextDraws
+Correction of Bugs (If there are any)
+More Logs (Rcon commands,Spawn Cars, Car chat,Gang Chat,etc)
...
[anchor=dwn]Download
- [iurl=#menu]Menu[/iurl]
- [iurl=#func]Functions[/iurl]
- [iurl=#log]Log Details[/iurl]
- [iurl=#config]Configuration[/iurl]
- [iurl=#ins]Installation[/iurl]
- [iurl=#vab]Version and Bugs[/iurl]
- [iurl=#dwn]Download[/iurl]
[anchor=func]Functions
- ● Connections Log!
● Desconnections Log!
● Chat messages Log!
● Commands Log!
● Deaths/Kills Log!
● Private Messages Log!
● Block Bad Words!
● Anti-DriveBy (+Kick Log)!
● Anti-Spam (+Kick Log)!
● Anti-SpawnKill (+Kick Log)!
● And in console add duplicate symbols function!
[anchor=log]Log Details
- ● They created a log for each type of category (Example: Connections Log, Desconnections Log... One file for each).
● In the files (Logs) are including details such as Current Date & Hours.
● The files are saved in a specified folder (See Installation).
● In the files are also saved the player's name and some details.
[anchor=config]Configuration
The filterscript comes with a system so that you can configure it with ease. Here's how to disable/enable some function
pawn Code:
/*
__________________________________
| |
| Enable/Disable Config |
| --------------------- |
| True or 1 = Enable |
| False or 0 = Disable |
|__________________________________|
*/
#define ConnectionLog true
#define DesconnectionLog true
#define ChatLog true
#define CommandsLog true
#define DeathsLog true
#define PmLog true
#define BadWordBlock true
#define DriveBy 1
#define Spam 1
#define Spawn 1
To modify Words/DriveBy/Spam/Spawn settings use:
pawn Code:
/*
_____________________________________________________
| |
| Limits Config |
| --------------------- |
| Max Words = Change limit of Max Bad Words in file |
| DriveBy_MaxKills = Change Max Drive-By Kills |
| Spawn_MaxKills = Change Max Kills in Spawn |
| Spam_MaxMsgs = Change limit of Spam/Flood messages |
|_____________________________________________________|
*/
#define MaxWords 100
#define DriveBy_MaxKills 5
#define Spawn_MaxKills 4
#define Spam_MaxMsgs 5
[anchor=ins]Installation
Attention: it is not necessary that you create the log files, they are automatically created!
1є Download files (The folders are included in the file, you only need to create them if you want)
2є unzip files
3є Put file "LiL.amx" in your server "filterscripts" folder
4є Open "Scriptfiles" folder
5є Create a new folder "LiL"
6є In "LiL" folder create a folders "Config" and "Logs"
7є Open "Server.cfg"
8є Modify line "filterscripts" to "filterscripts LiL"
9є Save "Server.cfg"
10є Open your server!
To install BlockWords:
1є Go in folder "Scriptfiles/LiL/Config"
2є Create a new file "BadWords.cfg"
3є Open new file
4є Add bad words (One word below the other)
5є Save a file
6є Open your server!
[anchor=vab]Version and Bugs
Current: 1.0
Soon: 2.0 (Development)
+Config commands,
+TextDraws
+Correction of Bugs (If there are any)
+More Logs (Rcon commands,Spawn Cars, Car chat,Gang Chat,etc)
...
[anchor=dwn]Download