diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 8699c0c0..e951246e 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -904,3 +904,12 @@ native module_exists(const logtag[]); * Returns the next valid hudchannel for a user, from 1-4. */ native next_hudchannel(player); + +//no +native int3(); + +//Sets your plugin to a failed/error state. +//If you use this, your plugin will cease operating. +//This is a good idea to fatally, but gracefully, handle errors. +//You can set a failed error message. +native set_fail_state(const err_msg[]);