Quote:
Originally Posted by OciXCrom
Instead of "show_hudmessage", the plugin uses "ShowSyncHudMsg". This is just to display the HUD message on the same channel every time. You can edit it like this:
Code:
ShowSyncHudMsg(id, g_iSync, szHud)
=>
Code:
show_dhudmessage(id, szHud)
Basically you just need to remove the second argument when changing the function.
You should also remove the "g_iSync" variable from the code completely if it's not used anywhere else.
|
thanks, ive learned a bit about ShowSyncHudMsg