03.03.2011, 13:48
(
Последний раз редактировалось vital2k; 03.03.2011 в 15:17.
Причина: More information
)
Word Filter
I was bored so I decided to create this very basic word filter. The filter is controlled player-side.
Commands
Players can enable and disable the filter with the "/wfilter" command which toggles it off and on. By default the filter is off.
What does it do?
The filter will blank out words provided in the filterscript. Such as the word "crap" could become "c**p". Although the game is meant for 18+ some people simply don't like swearing words. Other words such as communities you don't want mentioned could also be blanked out by editing the script.
Download
SendSpace - File includes .pwn and .amx
PasteBin
I was bored so I decided to create this very basic word filter. The filter is controlled player-side.
Commands
Players can enable and disable the filter with the "/wfilter" command which toggles it off and on. By default the filter is off.
Код:
/wfilter
The filter will blank out words provided in the filterscript. Such as the word "crap" could become "c**p". Although the game is meant for 18+ some people simply don't like swearing words. Other words such as communities you don't want mentioned could also be blanked out by editing the script.
Download
SendSpace - File includes .pwn and .amx
PasteBin