Thread: Spam Kick v1.4
View Single Post
fezh
Veteran Member
Join Date: Dec 2008
Location: BANNED
Old 01-18-2010 , 21:14   Re: Spam Kick v1.2
Reply With Quote #10

PHP Code:
#define k1 emessage_begin(MSG_ONE, SVC_DISCONNECT, _, u);
#define k2 ewrite_string( message_kick ); 
#define k3 emessage_end(); 
Can I ask why did you add those horrible/useless defines?

PHP Code:
new const message_kick[] = "You cant spam here";

new const 
w[] = "[AMXX] the fourth spam will be kicked, you are  ";
new const 
y[] = "[AMXX] the third spam will be kicked, you are "
I think you can/should use the multilingual system for that.
__________________
"There is no knowledge, that is not power"
fezh is offline