ewrite_long

Syntax

native ewrite_long(x);

Usage

x
Number to write

Description

Writes a single number to a message (long).

Note

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.

Return

This function has no return value.