Quote:
Originally Posted by DJEarthQuake
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);
|
What is this ,10 supposed to do?
The ",10" was there, in the default code of the plugin, before i changed HUD into DHUD.
Thanks for your help. The problem is solved.
Yeah, I have to learn how to deal with these arguments.