native
write_coord
Syntax
native write_coord(x);
Description
Writes a coordinate entry to a message.
Parameters
| x | Coordinate to write |
|---|
Note
This function should only be used in between a message_begin()
or message_begin_f() and a message_end() function. Trying to use
it outside of these functions will crash the server immediately.
Return
This function has no return value.