AMX Mod X API Documentation

Signature
native write_short(x);
Description

Writes a single number to a message (short).

Notes
  • 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.

Parameters
  • x Number to write
No return value
Назад
Верх