From 812ee46260ab710d050ee0d8d2c07d51ecfe6e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Sun, 14 Mar 2004 12:47:16 +0000 Subject: [PATCH] commented message_begin() etc --- plugins/include/engine.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index cf6935ef..90f8aabf 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -17,6 +17,7 @@ * You may generate menu, smoke, shockwaves, thunderlights, * intermission and many many others messages. * See HL SDK for more examples. */ +/* REMOVED (remove this comment section later when moving this back to amxx) /jghg native message_begin( dest, msg_type, origin[3]={0,0,0},player=0); native message_end(); native write_byte( x ); @@ -27,6 +28,7 @@ native write_entity( x ); native write_angle( x ); native write_coord( x ); native write_string( x[] ); +*/ /* This is a highly experimental command that will directly hook a message in the engine! * You can overwrite the message before anything happens and either let the message continue