View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 10-01-2015 , 16:23   Re: OciXCrom's Admin Chat
Reply With Quote #7

Hi, i have this idea about a annoying thing about the DHUD and HUD, they dont show up at the client's console, so if i could not read all the message, i lost i forever, then I added one line of code to you code to print it at console too.

If you feel the same bothering, could you update the plugin to the others?

PHP Code:
359    if(dhud)
360    {
361        set_dhudmessage(g_HudValues[clr][R], g_HudValues[clr][G], g_HudValues[clr][B], g_Positions[type][X], position06.012.00.50.15)
362        show_dhudmessage(0message)
363    }
364    else
365    {
366        set_hudmessage(g_HudValues[clr][R], g_HudValues[clr][G], g_HudValues[clr][B], g_Positions[type][X], position06.012.00.50.15, -1)
367        show_hudmessage(0message)
368    }
369    client_print0print_console "%s"message 

Last edited by addons_zz; 10-01-2015 at 17:16. Reason: Actually is one line.
addons_zz is offline