Skip to content

StatusMSG

StackZ edited this page Jun 17, 2021 · 1 revision

Script function: StatusMSG

UniversalEdit.StatusMSG(StatusText, StatusCode);

This function expects 2 parameters.

  • StatusText: The Text to display as a status.
  • StatusCode: The code to display for the status, could be 0 for example.

Example

-- The line below will show "Hello World" with statuscode 0.
UniversalEdit.StatusMSG("Hello World", 0);

Clone this wiki locally