AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Ultimate_sounds and Cuss_filter (https://forums.alliedmods.net/showthread.php?t=4905)

Jeremy|GH| 08-14-2004 02:08

Ultimate_sounds and Cuss_filter
 
1 Attachment(s)
Heres an Ultimate Sound plugin for you and your users to enjoy. Users are limited use by 120 seconds w/ an additional cuss or hidden sound feature.

Ultimate sound pack found here http://rcon-post.com/amxx_sound_pack.rar

Code:
#include <amxmodx> #include <amxmisc> new bool:cuss = true new Float:SndFreq1[33] public plugin_init(){    register_plugin("Ultimat_Sounds", "1.0", "Jeremy")

Meatwad 08-17-2004 19:02

The proper term, is Curse. Cuss isn't a word.

supermj 08-17-2004 21:32

Gonna try it out now. Oh, some instructions on useage would be great. Thanks for the plug.

supermj 08-17-2004 22:09

This looks verrrry promising, but it locks my cz server up. Won't even start with the plug loaded.

supermj 08-21-2004 16:11

Anyone wanna take a crack at this. It locks my cz server up at startup.

GHW_Chronic 09-10-2004 00:45

good 4 u.
 
I'm glad this got approved, looks like a very well written script

johnjg75 09-10-2004 00:47

yeh, it covers many noobish sayings, good job :wink:

Intrepid 09-10-2004 15:27

Hello

Is there just a swear filter? And not a swear & sound plugin.

btw: cuss is a word
http://dictionary.reference.com/search?q=cuss

Thank you for your help

-=STN=- MaGe 09-10-2004 15:42

Code:
   if(cuss == false){       if ( (containi(Text, "ass") != -1) ||        (containi(Text, "cunt") != -1) ||        (containi(Text, "***") != -1) ||        (containi(Text, "bastard") != -1) ||        (containi(Text, "piss") != -1) ||        (containi(Text, "fuc") != -1) ||        (containi(Text, "suck") != -1) ||        (containi(Text, "bitch") != -1) ||        (containi(Text, "dam") != -1) ||        (containi(Text, "fuk") != -1) ||        (containi(Text, "stfu") != -1) ||        (containi(Text, "fuck") != -1) ||        (containi(Text, "fag") != -1) ){          bad = 1
Hey can we add more words to this??

also the sounds link does not work

Morpheus 09-11-2004 11:56

Could we get a link that works to the sounds?

Morpheus


All times are GMT -4. The time now is 17:45.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.