Raised This Month: $51 Target: $400
 12% 

swear filter 1


Post New Thread Reply   
 
Thread Tools Display Modes
smallwimpyboy
Senior Member
Join Date: Aug 2005
Location: United States
Old 09-13-2005 , 12:34  
Reply With Quote #11

well anyways im off to school ill talk later when im done
smallwimpyboy is offline
Send a message via AIM to smallwimpyboy Send a message via MSN to smallwimpyboy
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-13-2005 , 12:38  
Reply With Quote #12

Again... You need to change the hardcoded path. Don't hardcode paths. It's bad. Your brain may rot because of it.

Change this...
Code:
new g_wordList[] = "addons/amxmodx/badwords.ini"
To this...
Code:
new g_wordList[128]
Then add something like this to your plugin_init...
Code:
get_configsdir(g_wordList, 127) format(g_wordList, 127, "%s/badwords.ini", g_wordList)
Brad is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 09-13-2005 , 19:39  
Reply With Quote #13

Brad is such a smart guy .
Does this bleet the bad words out or just take em out, i meant what exactly does it do. And simple plugins are the best, i like effeciency and easy editablity (is that a word?) O well, nice
__________________
bmann_420 is offline
smallwimpyboy
Senior Member
Join Date: Aug 2005
Location: United States
Old 09-13-2005 , 19:43  
Reply With Quote #14

all it does is replace the badwords ... simple
smallwimpyboy is offline
Send a message via AIM to smallwimpyboy Send a message via MSN to smallwimpyboy
smallwimpyboy
Senior Member
Join Date: Aug 2005
Location: United States
Old 09-13-2005 , 19:52  
Reply With Quote #15

Quote:
Originally Posted by Brad Jones
Again... You need to change the hardcoded path. Don't hardcode paths. It's bad. Your brain may rot because of it.

Change this...
Code:
new g_wordList[] = "addons/amxmodx/badwords.ini"
To this...
Code:
new g_wordList[128]
Then add something like this to your plugin_init...
Code:
get_configsdir(g_wordList, 127) format(g_wordList, 127, "%s/badwords.ini", g_wordList)
ok i did all that
smallwimpyboy is offline
Send a message via AIM to smallwimpyboy Send a message via MSN to smallwimpyboy
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-13-2005 , 21:28  
Reply With Quote #16

Do you want more constructive criticism? I won't give it if you don't want it.
Brad is offline
twistedeuphoria
Veteran Member
Join Date: Jul 2004
Old 12-14-2005 , 14:21  
Reply With Quote #17

Redundant. Old. Moved to Unapproved/Old Plugins forum.
__________________
twistedeuphoria is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:44.


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