AMX Mod X API Documentation

Signature
native int3();
Description

Triggers the software interrupt 3, used for breaking into an attached

debugger.

Notes
  • Warning: This is a debugging function that is not intended for general

    plugin use. Using this function will either halt the server and break

    into the attached debugger, or outright crash the server if no

    debugger is attached.

No return value
Назад
Верх