From 83d2e1a510f481b63bfe93e5de23bb53a098dfe9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 1 Dec 2005 13:45:30 +0000 Subject: [PATCH] *** empty log message *** --- plugins/include/amxmodx.inc | 9 +++++++++ 1 file changed, 9 insertions(+) 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[]);