AMX Mod X API Documentation

Signature
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;}
Description

Returns max number of messages for mod

Назад
Верх