rconsoleinfo
Prints an info message to the console.
Syntax
rconsoleinfo(text: string) -> voidParameters
| Parameter | Type | Description |
|---|---|---|
text | string | The info message |
Returns
This function does not return a value.
Description
rconsoleinfo prints an info-level message to the console, typically with a distinct color or prefix to indicate it's informational.
Example
rconsoleshow()
rconsoleinfo("Script loaded successfully")
rconsoleinfo("Found 5 players in game")Related Functions
rconsoleprint- Print plain textrconsolewarn- Print warningrconsoleerr- Print error