View Single Post
Kidev
Veteran Member
Join Date: Jun 2010
Location: France
Old 12-17-2011 , 02:53   Re: Spam Features [Anti-Spam + Custom Name Tags]
Reply With Quote #7

Call a function in plugin_init to read file, read it in plugin_precache have no sense (you don't precache anything).
You should use a dynamic array to store names: as, you'll have no names limit (just an idea).
PHP Code:
new PLUGIN[]="Spam Features"
new AUTHOR[]="Beta"
new VERSION[]="1.1" 
You should use preprocessor defines.
__________________
Kidev is offline