mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user