[FilterScript] [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam)
#1

[anchor=menu]Menu
  • [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
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!

Download files (The folders are included in the file, you only need to create them if you want)
unzip files
Put file "LiL.amx" in your server "filterscripts" folder
Open "Scriptfiles" folder
Create a new folder "LiL"
In "LiL" folder create a folders "Config" and "Logs"
Open "Server.cfg"
Modify line "filterscripts" to "filterscripts LiL"
Save "Server.cfg"
10є Open your server!

To install BlockWords:

Go in folder "Scriptfiles/LiL/Config"
Create a new file "BadWords.cfg"
Open new file
Add bad words (One word below the other)
Save a file
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



Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)