I see 11 arguments where there should be 10.
The
,10 sticks out. What is this ,10 supposed to do?
Study this.
https://www.amxmodx.org/api/amxmodx/set_dhudmessage
Code:
native set_dhudmessage(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);
__________________