Draw

Our client-side draw functions

Summary
DrawOur client-side draw functions
Functions
csayDrawDraws a csay text on the screen.

Functions

csayDraw

function ULib.csayDraw(msg,
color,
duration,
fade)

Draws a csay text on the screen.

Parameters

msgThe 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

Revisions

v2.10Added fade parameter
function ULib.csayDraw(msg,
color,
duration,
fade)
Draws a csay text on the screen.
Close