 |
|
Senior Member
Join Date: Mar 2004
Location: Poland, Chrzanow
|

09-28-2004
, 16:44
|
#8
|
event = message
register_event(message,function,flags,params) - "function" will be executed (at message end) when this message will be send if params and flags match,
register_message(message,function) - specific message can be changed, function is executed after any message value. Very unstable , crashable function, don't ever use it if you really don't know what you want to do.
|
|
|
|