shel

  1. S

    addons Environment Variables 0.0.2

    Simple wrapper on (un-) set/get env stdlib functions. Usage example: #include <amxmodx> #include <EnvironmentVariables> new errno; public t1(id){ //If name doesn't exist in the environment, then its value is changed to value...
  2. S

    addons Buttons Manager 0.0.1

    Модуль позволяет перехватывать единичные нажатия/отжатия переданной при регистрации форварда битсуммы кнопок. Usage example: #include <amxmodx> #include <ButtonsManager> public plugin_init() { RegisterKeyPressed(IN_RELOAD | IN_USE, "OnHandler"); } public OnHandler(const id, const fwid...
Сверху Снизу