mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
commented message_begin() etc
This commit is contained in:
parent
5ddb726a12
commit
812ee46260
@ -17,6 +17,7 @@
|
|||||||
* You may generate menu, smoke, shockwaves, thunderlights,
|
* You may generate menu, smoke, shockwaves, thunderlights,
|
||||||
* intermission and many many others messages.
|
* intermission and many many others messages.
|
||||||
* See HL SDK for more examples. */
|
* 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_begin( dest, msg_type, origin[3]={0,0,0},player=0);
|
||||||
native message_end();
|
native message_end();
|
||||||
native write_byte( x );
|
native write_byte( x );
|
||||||
@ -27,6 +28,7 @@ native write_entity( x );
|
|||||||
native write_angle( x );
|
native write_angle( x );
|
||||||
native write_coord( x );
|
native write_coord( x );
|
||||||
native write_string( x[] );
|
native write_string( x[] );
|
||||||
|
*/
|
||||||
|
|
||||||
/* This is a highly experimental command that will directly hook a message in the engine!
|
/* 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
|
* You can overwrite the message before anything happens and either let the message continue
|
||||||
|
Loading…
Reference in New Issue
Block a user