tutorial_start

Client

Create a tutorial notification message on screen.

hud.tutorial_start(title --[[ string ]], desc --[[ string ]], delay --[[ integer ]], infinite_display --[[ boolean ]])

delayparameter represent how much time it takes to show the message on screen. if you want to actually display for X seconds on screen, set the parameterinfinite_displaytotrue, add a delay to your code, and when you're done, use tutorial_end function.

Last updated