From 3ceb00dfdd2528eb9ab544b77d629938a916e386 Mon Sep 17 00:00:00 2001 From: connorr Date: Mon, 5 Aug 2013 19:12:16 +0200 Subject: [PATCH] Add an additionnal note to reflect change in 436d02c3ec30 --- plugins/include/amxmodx.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 3c88ca51..9f403348 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -144,6 +144,8 @@ native register_logevent(const function[], argsnum, ... ); * Sets format for hudmessage. * Note - as of AMX Mod X 1.61, setting the channel to -1 * will automatically choose the next available HUD channel for a player. + * Note - if you plan to make a permanent message, don't forget to specify a channel (1-4) + * to avoid flickering effect due to auto-channeling. */ native set_hudmessage(red=200, green=100, blue=0, Float:x=-1.0, Float:y=0.35, effects=0, Float:fxtime=6.0, Float:holdtime=12.0, Float:fadeintime=0.1, Float:fadeouttime=0.2,channel=-1);