AMX Mod X API Documentation

Signature
native get_global_int(variable);
Description

Returns a integer type value from the server globals.

Notes
  • For a list of valid integer type entries, see the GL_* constants in

    engine_const.inc under the "Int" section.

Parameters
  • variable Entry to retrieve from
Returns

Value of specified entry

Errors
  • If an invalid entry is provided, an error will be thrown.
Назад
Верх