Raised This Month: $ Target: $400
 0% 

how to hook chat


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 11-16-2006 , 14:52   Re: how to hook chat
Reply With Quote #7

Code:
public plugin_init() {     register_plugin("", "", "")     register_event("SayText", "hook_say") } public hook_say() {     new talker = read_data(1)     new message[128]     read_data(4, message, 127)         if ( equali(message, "blah") )         return Rolnaaba_RULES }
[ --<-@ ] Black Rose is offline
 



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:48.


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