Hi! As of some pretty recent (?) update we have an alpha channel in
set_hudmessage() so i want to know how to use
alpha1
PHP Code:
// from amxmodx.inc:
set_hudmessage(red = 200, green = 100, blue = 0, Float:x = -1.0, Float:y = 0.35,
effects = 0, Float:fxtime = 6.0, Float:holdtime = 12.0, Float:fadeintime = 0.1, Float:fadeouttime = 0.2,
channel = -1, alpha1 = 0, color2[4] = {255, 255, 250, 0});
__________________