From 397479cd77bb72c578fe253c3aec3ce7152f14cb Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Tue, 13 Mar 2007 22:51:12 +0000 Subject: [PATCH] Fixed amb85 - tag mismatch warning on ShowSyncHudMsg --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 01231a0b..88eaea7b 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -992,7 +992,7 @@ native CreateHudSyncObj(num=0, ...); * You must use set_hudmessage, although the channel parameter is * entirely ignored. */ -native ShowSyncHudMsg(target, syncObj, const fmt[], ...); +native ShowSyncHudMsg(target, syncObj, const fmt[], {Float,Sql,Result,_}:...); /** * Clears the display on a HudSync Object. This is essentially the same