SA-MP Forums Archive
[FilterScript] [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) (/showthread.php?tid=95897)



[FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - LuxurioN™ - 05.09.2009

[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

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






Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - RenisiL - 05.09.2009

Lux Avesome


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - Haji - 05.09.2009

Nice job LuX


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - LuxurioN™ - 05.09.2009

Quote:

Lux Avesome

Quote:

Nice job LuX

Thanks!


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - DauerDicht - 05.09.2009

nice ty


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - LuxurioN™ - 06.09.2009

Quote:

nice ty

Thank you!


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - KILLERGTN - 06.09.2009

► © The LuxurioN™,
very nice job. I'll used it!


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - [Ask]Terminator - 06.09.2009

Nice , does it save scores?


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Spam) - LuxurioN™ - 07.09.2009

Quote:

► © The LuxurioN™,
very nice job. I'll used it!

Thanks!

Quote:

Nice , does it save scores?

No. I wanted to make a system for save the maximum possible information in files (log). Save scores would have required a login system. Why are not all the players who have the fixed IP*!

*Players who do not have fixed ip, when reconnect the Internet, the ip is changed. And if there is a login system, the player who has no fixed ip would use '/login' and you're done! More if it is a system that saves statistics of the player by IP. When the player returns the server after you reconnect to the Internet, will lose everything! Because the system will not recognize the ip


Re: [FS]LiL - (LuX In Log) (+Save information in Log) +Anti(SpawnKill,DriveBy,Sp - SanMarinoRP - 07.09.2009

wow another one! good job LuX!