mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed amb85 - tag mismatch warning on ShowSyncHudMsg
This commit is contained in:
parent
d151ee0b58
commit
397479cd77
@ -992,7 +992,7 @@ native CreateHudSyncObj(num=0, ...);
|
|||||||
* You must use set_hudmessage, although the channel parameter is
|
* You must use set_hudmessage, although the channel parameter is
|
||||||
* entirely ignored.
|
* 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
|
* Clears the display on a HudSync Object. This is essentially the same
|
||||||
|
Loading…
Reference in New Issue
Block a user