native write_coord_f(Float:x);
x | Coordinate to write |
Writes a coordinate entry to a message using a float value.
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.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.