function set_hudmessage:
Code:
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=4 )
How values can accept parameter "effects"? What is this effects? How the screen coordinates to hud-message coordinates correspond?
screen:
0--------------1 (coordinate X)
|
| hud message
|
1 (coordinate Y)
It's true?