function ULib.csayDraw( msg, color, duration, fade )
Draws a csay text on the screen.
| msg | The message to draw. |
| color | (Optional, defaults to 255, 255, 255, 255) The color of the text |
| duration | (Optional, defaults to 5) The length of the text |
| fade | (Optional, defaults to 0.5) The length of fade time |
| v2.10 | Added fade parameter |
Draws a csay text on the screen.
function ULib.csayDraw( msg, color, duration, fade )