Signature
native ewrite_entity(x);
Description
Writes an entity index to a message.
Notes
-
This function should only be used in between a emessage_begin()
or emessage_begin_f() and a emessage_end() function. Trying to use
it outside of these functions will crash the server immediately.
Parameters
- x — Entity index to write
No return value