View Single Post
mahnsawce
Senior Member
Join Date: Apr 2004
Location: internet
Old 08-17-2004 , 20:01  
Reply With Quote #7

You could just register_event("Concuss"), and send a blank Concuss message after the original is done. That would eliminate the need for Engine.

message_begin(MSG_ONE,gmsgConcuss,{0,0,0},id)
write_byte(0)
message_end()

Is the syntax for it, IIRC.
mahnsawce is offline