is that possible to execute all hooks on given logevent??
for example like that:
PHP Code:
execute_logevent("3=Target_Bombed"....)
and maybe this would work:
PHP Code:
message_begin(MSG_ALL, get_user_msgid("TextMsg"))
write_byte(4)
write_string("#Target_Bombed")
message_end()
but I think it will execute message but not logevent..
or maybe it can be made via log_message?
PHP Code:
log_message ( const message[], [ ... ] )
Any suggestions?