xs_get_maxmessages
- Синтаксис
-
stock xs_get_maxmessages() { new name[2]; for (new i = XS__MAX_ENGINE_MESSAGES + 1; i <= XS__MAX_POSSIBLE_MESSAGES; i++) if (!get_user_msgname(i, name, 1)) return i - 1; return XS__MAX_POSSIBLE_MESSAGES; }
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- This function has no description.